Changeset 15222 for trunk/wp-content/themes/twentyten/loop.php
- Timestamp:
- 06/11/2010 04:15:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/loop.php
r15194 r15222 143 143 <?php if ( count( get_the_category() ) ) : ?> 144 144 <span class="cat-links"> 145 < span class="entry-utility-prep entry-utility-prep-cat-links"><?php printf( __('Posted in %s', 'twentyten' ), '</span> ' .get_the_category_list( ', ' ) ); ?>145 <?php printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyten' ), 'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list( ', ' ) ); ?> 146 146 </span> 147 147 <span class="meta-sep">|</span> … … 152 152 ?> 153 153 <span class="tag-links"> 154 < span class="entry-utility-prep entry-utility-prep-tag-links"><?php printf( __('Tagged %s', 'twentyten'), '</span> ' .$tags_list ); ?>154 <?php printf( __( '<span class="%1$s">Tagged</span> %2$s', 'twentyten' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list ); ?> 155 155 </span> 156 156 <span class="meta-sep">|</span>
Note: See TracChangeset
for help on using the changeset viewer.