Make WordPress Core


Ignore:
Timestamp:
06/26/2015 06:48:02 PM (10 years ago)
Author:
azaozz
Message:

TinyMCE: add the editor focusing help the Keyboard Shortcuts modal.
See #31913.

File:
1 edited

Legend:

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

    r32951 r32957  
    10431043            'Letter' => __( 'Letter' ),
    10441044            'Action' => __( 'Action' ),
     1045            'To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons.' =>
     1046                __( 'To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons.' ),
    10451047        );
    10461048
Note: See TracChangeset for help on using the changeset viewer.