Changeset 35232
- Timestamp:
- 10/17/2015 12:27:44 AM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
-
wp-admin/includes/template-functions.php (modified) (1 diff)
-
wp-includes/class-wp-customize-section.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template-functions.php
r35182 r35232 1131 1131 <h3 class="accordion-section-title hndle" tabindex="0"> 1132 1132 <?php echo esc_html( $box['title'] ); ?> 1133 <span class="screen-reader-text"><?php _e( 'Press return or enter to expand' ); ?></span>1133 <span class="screen-reader-text"><?php _e( 'Press return or enter to open this section' ); ?></span> 1134 1134 </h3> 1135 1135 <div class="accordion-section-content <?php postbox_classes( $box['id'], $page ); ?>"> -
trunk/src/wp-includes/class-wp-customize-section.php
r33970 r35232 348 348 <h3 class="accordion-section-title" tabindex="0"> 349 349 {{ data.title }} 350 <span class="screen-reader-text"><?php _e( 'Press return or enter to open ' ); ?></span>350 <span class="screen-reader-text"><?php _e( 'Press return or enter to open this section' ); ?></span> 351 351 </h3> 352 352 <ul class="accordion-section-content">
Note: See TracChangeset
for help on using the changeset viewer.