Make WordPress Core


Ignore:
Timestamp:
06/26/2015 04:39:11 AM (10 years ago)
Author:
azaozz
Message:

TinyMCE: update the Keyboard Shortcuts help modal, use the TinyMCE UI API instead of an iframe.
Props iseulde, azaozz. Fixes #31913.

File:
1 edited

Legend:

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

    r32935 r32951  
    10191019
    10201020            // WordPress strings
    1021             'Keyboard Shortcuts' => __( 'Keyboard Shortcuts' ),
    10221021            'Toolbar Toggle' => __( 'Toolbar Toggle' ),
    10231022            'Insert Read More tag' => __( 'Insert Read More tag' ),
     1023            'Insert Page Break tag' => __( 'Insert Page Break tag' ),
    10241024            'Read more...' => __( 'Read more...' ), // Title on the placeholder inside the editor
    10251025            'Distraction-free writing mode' => __( 'Distraction-free writing mode' ),
     
    10271027            'Remove' => __( 'Remove' ), // Tooltip for the 'remove' button in the image toolbar
    10281028            'Edit ' => __( 'Edit' ), // Tooltip for the 'edit' button in the image toolbar
     1029
     1030            // Shortcuts help modal
     1031            'Keyboard Shortcuts' => __( 'Keyboard Shortcuts' ),
     1032            'Default shortcuts,' => __( 'Default shortcuts,' ),
     1033            'Additional shortcuts,' => __( 'Additional shortcuts,' ),
     1034            'Focus shortcuts:' => __( 'Focus shortcuts:' ),
     1035            'Inline toolbar (when an image, link or preview is selected)' => __( 'Inline toolbar (when an image, link or preview is selected)' ),
     1036            'Editor menu (when enabled)' => __( 'Editor menu (when enabled)' ),
     1037            'Editor toolbar' => __( 'Editor toolbar' ),
     1038            'Elements path' => __( 'Elements path' ),
     1039            'Ctrl + Alt + letter:' => __( 'Ctrl + Alt + letter:' ),
     1040            'Shift + Alt + letter:' => __( 'Shift + Alt + letter:' ),
     1041            'Cmd + letter:' => __( 'Cmd + letter:' ),
     1042            'Ctrl + letter:' => __( 'Ctrl + letter:' ),
     1043            'Letter' => __( 'Letter' ),
     1044            'Action' => __( 'Action' ),
    10291045        );
    10301046
Note: See TracChangeset for help on using the changeset viewer.