Changeset 14688 for trunk/wp-content/themes/twentyten/category.php
- Timestamp:
- 05/16/2010 06:26:18 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/category.php
r14549 r14688 18 18 ?></h1> 19 19 <?php 20 $categorydesc = category_description(); 21 if ( ! empty( $categorydesc ) ) { 22 echo apply_filters( 'archive_meta', '<div class="archive-meta">' . $categorydesc . '</div>' ); 23 } 20 $category_description = category_description(); 21 if ( ! empty( $category_description ) ) 22 echo '<div class="archive-meta">' . $categorydesc . '</div>'; 24 23 ?> 25 24
Note: See TracChangeset
for help on using the changeset viewer.