Changeset 45609 for trunk/src/wp-content/themes/twentythirteen/category.php
- Timestamp:
- 07/09/2019 01:08:47 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/category.php
r44496 r45609 17 17 <?php if ( have_posts() ) : ?> 18 18 <header class="archive-header"> 19 <h1 class="archive-title"><?php printf( __( 'Category Archives: %s', 'twentythirteen' ), single_cat_title( '', false ) ); ?></h1> 19 <h1 class="archive-title"> 20 <?php 21 /* translators: category title */ 22 printf( __( 'Category Archives: %s', 'twentythirteen' ), single_cat_title( '', false ) ); 23 ?> 24 </h1> 20 25 21 26 <?php if ( category_description() ) : // Show an optional category description ?>
Note: See TracChangeset
for help on using the changeset viewer.