Changeset 45609 for trunk/src/wp-content/themes/twentyfourteen/tag.php
- Timestamp:
- 07/09/2019 01:08:47 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/tag.php
r44496 r45609 20 20 21 21 <header class="archive-header"> 22 <h1 class="archive-title"><?php printf( __( 'Tag Archives: %s', 'twentyfourteen' ), single_tag_title( '', false ) ); ?></h1> 22 <h1 class="archive-title"> 23 <?php 24 /* translators: %s: tag title */ 25 printf( __( 'Tag Archives: %s', 'twentyfourteen' ), single_tag_title( '', false ) ); 26 ?> 27 </h1> 23 28 24 29 <?php
Note: See TracChangeset
for help on using the changeset viewer.