Changeset 45932 for trunk/src/wp-content/themes/twentyten/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/twentyten/category.php
r45609 r45932 15 15 <h1 class="page-title"> 16 16 <?php 17 /* translators: %s: category title*/17 /* translators: %s: Category title. */ 18 18 printf( __( 'Category Archives: %s', 'twentyten' ), '<span>' . single_cat_title( '', false ) . '</span>' ); 19 19 ?>
Note: See TracChangeset
for help on using the changeset viewer.