Make WordPress Core


Ignore:
Timestamp:
12/05/2013 05:54:39 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: string cleanup, see #26437.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/tag.php

    r26556 r26673  
    2020
    2121            <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>
    2323
    2424                <?php
Note: See TracChangeset for help on using the changeset viewer.