Changeset 14384 for trunk/wp-content/themes/twentyten/single.php
- Timestamp:
- 05/03/2010 07:16:47 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyten/single.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/single.php
r14289 r14384 55 55 $tag_list = get_the_tag_list('', ', '); 56 56 if ( '' != $tag_list ) { 57 $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>. Follow any comments here with the <a href="%5$s" title="Comments RSS to %4$s" rel="alternate" type="application/rss+xml">RSS feed for this post</a>.', 'twentyten' );57 $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' ); 58 58 } else { 59 $utility_text = __( 'This entry was posted in %1$s. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>. Follow any comments here with the <a href="%5$s" title="Comments RSS to %4$s" rel="alternate" type="application/rss+xml">RSS feed for this post</a>.', 'twentyten' );59 $utility_text = __( 'This entry was posted in %1$s. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'twentyten' ); 60 60 } 61 61 printf( … … 64 64 $tag_list, 65 65 get_permalink(), 66 the_title_attribute( 'echo=0' ), 67 get_post_comments_feed_link() 66 the_title_attribute( 'echo=0' ) 68 67 ); 69 68 ?>
Note: See TracChangeset
for help on using the changeset viewer.