Changeset 30304
- Timestamp:
- 11/11/2014 07:23:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/index.php
r30216 r30304 25 25 <?php if ( is_home() && ! is_front_page() ) : ?> 26 26 <header> 27 <h1 class="page-title screen-reader-text"><?php echo esc_html( get_the_title( get_option( 'page_for_posts' ) )); ?></h1>27 <h1 class="page-title screen-reader-text"><?php single_post_title(); ?></h1> 28 28 </header> 29 29 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.