Changeset 6296
- Timestamp:
- 12/20/2017 05:00:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/section.php
r6284 r6296 21 21 <div id="<?php echo esc_attr( $prefix . $section_slug ); ?>" class="<?php echo esc_attr( $classes ); ?>"> 22 22 <h2 id="<?php echo esc_attr( $section_slug . '-header' ); ?>"><?php echo esc_html( $section['title'] ); ?></h2> 23 <?php echo wp_kses_post( $section_content ); ?>23 <?php echo $section_content; ?> 24 24 </div> 25 25 <?php if ( $section_read_more ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.