Changeset 45932 for trunk/src/wp-content/themes/twentyten/tag.php
- Timestamp:
- 09/03/2019 12:39:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/tag.php
r45609 r45932 15 15 <h1 class="page-title"> 16 16 <?php 17 /* translators: %s: tag title*/17 /* translators: %s: Tag title. */ 18 18 printf( __( 'Tag Archives: %s', 'twentyten' ), '<span>' . single_tag_title( '', false ) . '</span>' ); 19 19 ?>
Note: See TracChangeset
for help on using the changeset viewer.