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