I was wondering if someone could help me out with this. I have been creating custom WP templates for a while and have always used the default Kubrik theme as a starting point, so now in WP 3, I have been picking apart the Twenty Ten theme and am interested in the use of the Theme Name within some Template Tags.
Here is an example
<?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?>
Can someone explain why the use of the 'twentyten' within this template tag?
Thanks