[wp-trac] [WordPress Trac] #47289: Modify `escape key` to` Esc key`

WordPress Trac noreply at wordpress.org
Thu May 16 05:17:38 UTC 2019


#47289: Modify `escape key` to` Esc key`
--------------------------+-----------------------------
 Reporter:  tmatsuur      |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Customize     |    Version:  5.2
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 The notation of `Esc key` is different in the following two sentences.

 1./wp-includes/class-wp-customize-manager.php:5580
 {{{
 $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>';
 }}}

 2./wp-includes/widgets/class-wp-widget-custom-html.php:322
 {{{
 $content .= '<li id="editor-keyboard-trap-help-4">' . __( 'Screen reader
 users: when in forms mode, you may need to press the Esc key twice.' ) .
 '</li>';
 }}}

 Shouldn't the sentence 1 be `Esc key`?

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/47289>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list