Changeset 16334 for trunk/wp-content/themes/twentyten/loop.php
- Timestamp:
- 11/12/2010 09:53:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/loop.php
r16332 r16334 142 142 143 143 <div class="entry-utility"> 144 <?php if ( count( get_the_categor ies() ) ) : ?>144 <?php if ( count( get_the_category() ) ) : ?> 145 145 <span class="cat-links"> 146 146 <?php printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyten' ), 'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list( ', ' ) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.