Changeset 13757
- Timestamp:
- 03/18/2010 09:45:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/single.php
r13720 r13757 44 44 <div class="entry-utility"> 45 45 <?php 46 $tag_list = get_the_tag_list( );46 $tag_list = get_the_tag_list('', ', '); 47 47 if ( '' != $tag_list ) { 48 48 $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' );
Note: See TracChangeset
for help on using the changeset viewer.