I am using a Wordpress theme named The_erudite and I find a lot of PHP statments reading as follow:
<?php printf( __( 'Posted in %s', 'erudite' ),get_the_category_list(', ') ) ?>
<?php printf( __( 'By %s', 'erudite' ), erdt_get_author_posts_link() ) ?>
<?php printf( __( 'Permalink to %s', 'erudite' ), the_title_attribute('echo=0') ) ?>" rel="bookmark"><?php the_title() ?>
Code: Select all
<?php the_excerpt(__( 'Read More <span class="meta-nav">→</span>', 'erudite' )) ?>[syntax=php]
What is the second parameter 'erudite' for ??? What does it do ??
I understand and use PHP quite a bit but don't understand this one !
Anybody an idea to explain this ?
Thanks for help