Changeset 42343 for trunk/src/wp-content/themes/twentyten/category.php
- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/category.php
r25746 r42343 13 13 <div id="content" role="main"> 14 14 15 <h1 class="page-title"><?php 15 <h1 class="page-title"> 16 <?php 16 17 printf( __( 'Category Archives: %s', 'twentyten' ), '<span>' . single_cat_title( '', false ) . '</span>' ); 17 ?></h1> 18 ?> 19 </h1> 18 20 <?php 19 21 $category_description = category_description(); 20 if ( ! empty( $category_description ) ) 21 echo '<div class="archive-meta">' . $category_description . '</div>'; 22 if ( ! empty( $category_description ) ) { 23 echo '<div class="archive-meta">' . $category_description . '</div>'; 24 } 22 25 23 26 /*
Note: See TracChangeset
for help on using the changeset viewer.