Make WordPress Core


Ignore:
Timestamp:
10/17/2015 12:27:44 AM (9 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-includes/class-wp-customize-section.php

    r33970 r35232  
    348348            <h3 class="accordion-section-title" tabindex="0">
    349349                {{ 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>
    351351            </h3>
    352352            <ul class="accordion-section-content">
Note: See TracChangeset for help on using the changeset viewer.