Customize: Don't use an abbreviation in screen reader help text.
Props pixolin Fixes 42153 Built from https://develop.svn.wordpress.org/trunk@41793 git-svn-id: http://core.svn.wordpress.org/trunk@41627 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3dfe22a425
commit
8ec310d44c
|
@ -4849,7 +4849,7 @@ final class WP_Customize_Manager {
|
|||
$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-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>';
|
||||
|
||||
if ( 'false' !== wp_get_current_user()->syntax_highlighting ) {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9-beta1-41792';
|
||||
$wp_version = '4.9-beta1-41793';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue