Changeset 13272 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/template-parts/content-page.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/template-parts/content-page.php
r9452 r13272 20 20 21 21 <div class="entry-content"> 22 <section> 23 <div class="container"> 24 <?php 25 the_content(); 22 <div class="container"> 23 <?php 24 the_content(); 26 25 27 wp_link_pages( array( 28 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'wporg-forums' ), 29 'after' => '</div>', 30 ) ); 31 ?> 32 </div> 33 </section> 26 wp_link_pages( array( 27 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'wporg-forums' ), 28 'after' => '</div>', 29 ) ); 30 ?> 31 </div> 34 32 </div><!-- .entry-content --> 35 33
Note: See TracChangeset
for help on using the changeset viewer.