treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[WP] Why is 'twentyten' all over the place?

  • I'm a PHP noob, but I have made a few Wordpress themes before. At the moment I'm creating a new theme, but I'm editing the default wordpress twentyten templates.

    My question is: Why is the word 'twentyten' spammed everywhere?
    For example:
    <?php printf( __( '<span class=\"%1$s\">Tags</span> %2$s', 'twentyten' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list ); ?>

    I've tried removing it and it continues to work properly (I think).