Changeset 13196 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/index.php
- Timestamp:
- 02/09/2024 03:15:54 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/index.php
r6284 r13196 23 23 if ( have_posts() ) : 24 24 if ( is_home() && ! is_front_page() ) : 25 ?>26 <header>27 <h1 class="page-title screen-reader-text"><?php single_post_title(); ?></h1>28 </header>29 <?php25 ?> 26 <header> 27 <h1 class="page-title screen-reader-text"><?php single_post_title(); ?></h1> 28 </header> 29 <?php 30 30 endif; 31 31 … … 39 39 the_posts_pagination(); 40 40 41 else :42 get_template_part( 'template-parts/content', 'none' );43 endif;41 else : 42 get_template_part( 'template-parts/no-results' ); 43 endif; 44 44 ?> 45 45
Note: See TracChangeset
for help on using the changeset viewer.