Changeset 45609 for trunk/src/wp-content/themes/twentytwelve/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/twentytwelve/tag.php
r44496 r45609 19 19 <?php if ( have_posts() ) : ?> 20 20 <header class="archive-header"> 21 <h1 class="archive-title"><?php printf( __( 'Tag Archives: %s', 'twentytwelve' ), '<span>' . single_tag_title( '', false ) . '</span>' ); ?></h1> 21 <h1 class="archive-title"> 22 <?php 23 /* translators: %s: tag title */ 24 printf( __( 'Tag Archives: %s', 'twentytwelve' ), '<span>' . single_tag_title( '', false ) . '</span>' ); 25 ?> 26 </h1> 22 27 23 28 <?php if ( tag_description() ) : // Show an optional tag description ?>
Note: See TracChangeset
for help on using the changeset viewer.