Changeset 13830 for trunk/wp-content/themes/twentyten/single.php
- Timestamp:
- 03/26/2010 07:36:49 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
r13818 r13830 50 50 $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' ); 51 51 } 52 printf( 52 printf( 53 53 $utility_text, 54 54 get_the_category_list( ', ' ), … … 56 56 get_permalink(), 57 57 the_title_attribute( 'echo=0' ), 58 get_post_comments_feed_link() 59 ); 58 get_post_comments_feed_link() 59 ); 60 60 ?> 61 61
Note: See TracChangeset
for help on using the changeset viewer.