Ticket #30305: 30305.patch
File 30305.patch, 576 bytes (added by , 11 years ago) |
---|
-
wp-content/themes/twentyfifteen/index.php
24 24 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; ?> 30 30