Changeset 26673 for trunk/src/wp-content/themes/twentyfourteen/tag.php
- Timestamp:
- 12/05/2013 05:54:39 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-content/themes/twentyfourteen/tag.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/tag.php
r26556 r26673 20 20 21 21 <header class="archive-header"> 22 <h1 class="archive-title"><?php single_tag_title(); ?></h1>22 <h1 class="archive-title"><?php printf( __( 'Tag Archives: %s', 'twentyfourteen' ), single_tag_title( '', false ) ); ?></h1> 23 23 24 24 <?php
Note: See TracChangeset
for help on using the changeset viewer.