Make WordPress Core

Changeset 29132


Ignore:
Timestamp:
07/13/2014 10:53:45 AM (10 years ago)
Author:
ocean90
Message:

Customizer: Make screen reader text translatable.

see #27406.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-section.php

    r29035 r29132  
    241241        <li id="accordion-section-<?php echo esc_attr( $this->id ); ?>" class="control-section control-panel accordion-section">
    242242            <h3 class="accordion-section-title" tabindex="0"><?php echo esc_html( $this->title ); ?></h3>
    243             <span class="control-panel-back" tabindex="-1"><span class="screen-reader-text">Back to Customize</span></span>
     243            <span class="control-panel-back" tabindex="-1"><span class="screen-reader-text"><?php _e( 'Back' ); ?></span></span>
    244244            <ul class="accordion-sub-container control-panel-content">
    245245                <li class="accordion-section control-section<?php if ( empty( $this->description ) ) echo ' cannot-expand'; ?>">
Note: See TracChangeset for help on using the changeset viewer.