Changeset 45609 for trunk/src/wp-content/themes/twentyten/category.php
- Timestamp:
- 07/09/2019 01:08:47 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/category.php
r42343 r45609 15 15 <h1 class="page-title"> 16 16 <?php 17 /* translators: %s: category title */ 17 18 printf( __( 'Category Archives: %s', 'twentyten' ), '<span>' . single_cat_title( '', false ) . '</span>' ); 18 19 ?>
Note: See TracChangeset
for help on using the changeset viewer.