Changeset 45932 for trunk/src/wp-content/themes/twentyfourteen/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/twentyfourteen/tag.php
r45609 r45932 22 22 <h1 class="archive-title"> 23 23 <?php 24 /* translators: %s: tag title*/24 /* translators: %s: Tag title. */ 25 25 printf( __( 'Tag Archives: %s', 'twentyfourteen' ), single_tag_title( '', false ) ); 26 26 ?>
Note: See TracChangeset
for help on using the changeset viewer.