Changeset 7106 for sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/page-about.php
- Timestamp:
- 04/13/2018 05:24:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/page-about.php
r6998 r7106 8 8 <header class="entry-header"> 9 9 <h1 class="entry-title"> 10 <?php 11 12 // translators: The name of the page that describes the WP15 celebrations. 13 esc_html_e( 'About', 'wp15' ); 14 15 ?> 10 <?php the_title(); ?> 16 11 </h1> 17 12 </header>
Note: See TracChangeset
for help on using the changeset viewer.