Changeset 42343 for trunk/src/wp-content/themes/twentyten/tag.php
- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-content/themes/twentyten/tag.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/tag.php
r31266 r42343 13 13 <div id="content" role="main"> 14 14 15 <h1 class="page-title"><?php 15 <h1 class="page-title"> 16 <?php 16 17 printf( __( 'Tag Archives: %s', 'twentyten' ), '<span>' . single_tag_title( '', false ) . '</span>' ); 17 ?></h1> 18 ?> 19 </h1> 18 20 19 21 <?php
Note: See TracChangeset
for help on using the changeset viewer.