Changeset 14660 for trunk/wp-content/themes/twentyten/loop.php
- Timestamp:
- 05/15/2010 09:59:15 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/loop.php
r14552 r14660 113 113 114 114 <div class="entry-utility"> 115 <span class="cat-links"> 116 <span class="entry-utility-prep entry-utility-prep-cat-links"> 117 <?php 118 printf( __('Posted in %s', 'twentyten' ), '</span> '.get_the_category_list( ', ' ) ); 119 ?> 120 </span> 121 <span class="meta-sep">|</span> 115 <?php if ( count( get_the_category() ) ) : ?> 116 <span class="cat-links"> 117 <span class="entry-utility-prep entry-utility-prep-cat-links"><?php printf( __('Posted in %s', 'twentyten' ), '</span> '.get_the_category_list( ', ' ) ); ?> 118 </span> 119 <span class="meta-sep">|</span> 120 <?php endif; ?> 122 121 <?php 123 122 $tags_list = get_the_tag_list( '', ', ' );
Note: See TracChangeset
for help on using the changeset viewer.