Changeset 13830 for trunk/wp-content/themes/twentyten/attachment.php
- Timestamp:
- 03/26/2010 07:36:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/attachment.php
r13818 r13830 59 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' ); 60 60 } 61 printf( 61 printf( 62 62 $utility_text, 63 63 get_the_category_list( ', ' ), … … 65 65 get_permalink(), 66 66 the_title_attribute( 'echo=0' ), 67 get_post_comments_feed_link() 68 ); 67 get_post_comments_feed_link() 68 ); 69 69 ?> 70 70
Note: See TracChangeset
for help on using the changeset viewer.