Changeset 13272 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/single.php
- Timestamp:
- 03/05/2024 02:45:07 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/single.php
r10412 r13272 8 8 get_header(); ?> 9 9 10 <main id="main" class="site-main" role="main"> 10 <main id="main" class="wp-block-group alignfull site-main is-layout-constrained wp-block-group-is-layout-constrained" role="main"> 11 12 <div class="wp-block-group alignwide is-layout-flow wp-block-group-is-layout-flow clear"> 13 11 14 <?php get_sidebar( 'helphub' ); ?> 12 15 13 16 <div id="main-content"> 14 17 <?php 15 16 18 while ( have_posts() ) : 17 19 the_post(); … … 26 28 </div> 27 29 28 </main><!-- #main --> 30 </div> 31 32 </main><!-- #main --> 29 33 30 34 <?php
Note: See TracChangeset
for help on using the changeset viewer.