Changeset 5394 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/section.php
- Timestamp:
- 04/20/2017 03:44:38 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
r5026 r5394 16 16 class="plugin-<?php echo esc_attr( $section_slug ); ?> section <?php if ( $section_read_more ) { echo 'read-more'; } ?>" 17 17 > 18 <h2 ><?php echo $section['title']; ?></h2>18 <h2 id="<?php echo esc_attr( $section_slug . '-header' ); ?>"><?php echo $section['title']; ?></h2> 19 19 <?php echo $section_content; ?> 20 20 </div> … … 24 24 class="button-link section-toggle" 25 25 aria-controls="<?php echo esc_attr( $section_slug ); ?>" 26 aria-describedby="<?php echo esc_attr( $section_slug . '-header' ); ?>" 26 27 aria-expanded="false" 27 28 data-show-less="<?php esc_attr_e( 'Show less', 'wporg-plugins' ); ?>"
Note: See TracChangeset
for help on using the changeset viewer.