Changeset 35232 for trunk/src/wp-admin/includes/template-functions.php
- Timestamp:
- 10/17/2015 12:27:44 AM (10 years ago)
- File:
-
- 1 edited
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 ); ?>">
Note: See TracChangeset
for help on using the changeset viewer.