Changeset 13272 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/bbpress.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/bbpress.php
r4248 r13272 8 8 get_header(); ?> 9 9 10 <main id="main" class="site-main" role="main"> 11 12 <div class="entry-content"> 13 <?php while ( have_posts() ) : the_post(); ?> 10 <main id="main" class="wp-block-group alignfull site-main is-layout-constrained wp-block-group-is-layout-constrained" role="main"> 14 11 15 <?php the_content(); ?>12 <div class="wp-block-group alignwide is-layout-flow wp-block-group-is-layout-flow"> 16 13 17 <?php endwhile; ?> 14 <div class="entry-content"> 15 <?php while ( have_posts() ) : the_post(); ?> 16 17 <?php the_content(); ?> 18 19 <?php endwhile; ?> 20 </div> 21 22 <?php get_sidebar(); ?> 23 18 24 </div> 19 25 20 <?php get_sidebar(); ?>21 26 </main> 22 27
Note: See TracChangeset
for help on using the changeset viewer.