Changeset 26673 for trunk/src/wp-content/themes/twentyfourteen/category.php
- Timestamp:
- 12/05/2013 05:54:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/category.php
r26556 r26673 18 18 19 19 <header class="archive-header"> 20 <h1 class="archive-title"><?php single_cat_title(); ?></h1>20 <h1 class="archive-title"><?php printf( __( 'Category Archives: %s', 'twentyfourteen' ), single_cat_title( '', false ) ); ?></h1> 21 21 22 22 <?php
Note: See TracChangeset
for help on using the changeset viewer.