Customizer: Make screen reader text translatable.
see #27406. Built from https://develop.svn.wordpress.org/trunk@29132 git-svn-id: http://core.svn.wordpress.org/trunk@28917 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bef6fab4c6
commit
e8369f9d25
|
@ -240,7 +240,7 @@ class WP_Customize_Panel extends WP_Customize_Section {
|
|||
?>
|
||||
<li id="accordion-section-<?php echo esc_attr( $this->id ); ?>" class="control-section control-panel accordion-section">
|
||||
<h3 class="accordion-section-title" tabindex="0"><?php echo esc_html( $this->title ); ?></h3>
|
||||
<span class="control-panel-back" tabindex="-1"><span class="screen-reader-text">Back to Customize</span></span>
|
||||
<span class="control-panel-back" tabindex="-1"><span class="screen-reader-text"><?php _e( 'Back' ); ?></span></span>
|
||||
<ul class="accordion-sub-container control-panel-content">
|
||||
<li class="accordion-section control-section<?php if ( empty( $this->description ) ) echo ' cannot-expand'; ?>">
|
||||
<div class="accordion-section-title" tabindex="0">
|
||||
|
|
Loading…
Reference in New Issue