Changeset 45932 for trunk/src/wp-content/themes/twentyfourteen/category.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/category.php
r45609 r45932 20 20 <h1 class="archive-title"> 21 21 <?php 22 /* translators: %s: category title*/22 /* translators: %s: Category title. */ 23 23 printf( __( 'Category Archives: %s', 'twentyfourteen' ), single_cat_title( '', false ) ); 24 24 ?>
Note: See TracChangeset
for help on using the changeset viewer.