Changeset 14544 for trunk/wp-content/themes/twentyten/category.php
- Timestamp:
- 05/10/2010 08:30:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/category.php
r13885 r14544 17 17 printf( __( 'Category Archives: %s', 'twentyten' ), '<span>' . single_cat_title( '', false ) . '</span>' ); 18 18 ?></h1> 19 <?php $categorydesc = category_description(); if ( ! empty( $categorydesc ) ) echo apply_filters( 'archive_meta', '<div class="archive-meta">' . $categorydesc . '</div>' ); ?> 19 <?php 20 $categorydesc = category_description(); 21 if ( ! empty( $categorydesc ) ) { 22 echo apply_filters( 'archive_meta', '<div class="archive-meta">' . $categorydesc . '</div>' ); 23 } 24 ?> 20 25 21 26 <?php
Note: See TracChangeset
for help on using the changeset viewer.