Customize: Don't use an abbreviation in screen reader help text.
Props pixolin Fixes 42153 git-svn-id: https://develop.svn.wordpress.org/trunk@41793 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fe5832ebdf
commit
5fb2e03781
|
@ -4849,7 +4849,7 @@ final class WP_Customize_Manager {
|
||||||
$section_description .= '<ul>';
|
$section_description .= '<ul>';
|
||||||
$section_description .= '<li id="editor-keyboard-trap-help-2">' . __( 'In the editing area, the Tab key enters a tab character.' ) . '</li>';
|
$section_description .= '<li id="editor-keyboard-trap-help-2">' . __( 'In the editing area, the Tab key enters a tab character.' ) . '</li>';
|
||||||
$section_description .= '<li id="editor-keyboard-trap-help-3">' . __( 'To move away from this area, press the Esc key followed by the Tab key.' ) . '</li>';
|
$section_description .= '<li id="editor-keyboard-trap-help-3">' . __( 'To move away from this area, press the Esc key followed by the Tab key.' ) . '</li>';
|
||||||
$section_description .= '<li id="editor-keyboard-trap-help-4">' . __( 'Screen reader users: when in forms mode, you may need to press the Esc key twice.' ) . '</li>';
|
$section_description .= '<li id="editor-keyboard-trap-help-4">' . __( 'Screen reader users: when in forms mode, you may need to press the escape key twice.' ) . '</li>';
|
||||||
$section_description .= '</ul>';
|
$section_description .= '</ul>';
|
||||||
|
|
||||||
if ( 'false' !== wp_get_current_user()->syntax_highlighting ) {
|
if ( 'false' !== wp_get_current_user()->syntax_highlighting ) {
|
||||||
|
|
Loading…
Reference in New Issue