Changeset 14552 for trunk/wp-content/themes/twentyten/functions.php
- Timestamp:
- 05/10/2010 09:24:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/functions.php
r14541 r14552 438 438 439 439 function twentyten_posted_in() { 440 $tag_list = get_the_tag_list( );440 $tag_list = get_the_tag_list( '', ', ', '' ); 441 441 if ( $tag_list ) { 442 442 $utility_text = __( 'This entry was posted in %1$s and tagged %2$s. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'twentyten' );
Note: See TracChangeset
for help on using the changeset viewer.