Changeset 4464 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/section.php
- Timestamp:
- 12/04/2016 04:26:03 PM (9 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
r4410 r4464 16 16 <?php if ( $section_read_more ) : ?> 17 17 class="section read-more" 18 aria-expanded="false"19 18 <?php else: ?> 20 19 class="section" … … 29 28 class="button-link section-toggle" 30 29 aria-controls="<?php echo esc_attr( $section_slug ); ?>" 30 aria-expanded="false" 31 31 data-show-less="<?php esc_attr_e( 'Show less', 'wporg-plugins' ); ?>" 32 32 data-read-more="<?php esc_attr_e( 'Read more', 'wporg-plugins' ); ?>"
Note: See TracChangeset
for help on using the changeset viewer.