Make WordPress Core


Ignore:
Timestamp:
10/17/2015 12:27:44 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Merge two strings for expanding accordion and Customizer sections.

Props pavelevap.
Fixes #33939.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/template-functions.php

    r35182 r35232  
    11311131                        <h3 class="accordion-section-title hndle" tabindex="0">
    11321132                            <?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>
    11341134                        </h3>
    11351135                        <div class="accordion-section-content <?php postbox_classes( $box['id'], $page ); ?>">
Note: See TracChangeset for help on using the changeset viewer.