Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #38063, comment 15


Ignore:
Timestamp:
10/24/2016 12:01:34 AM (10 years ago)
Author:
azaozz

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38063, comment 15

    initial v1  
    11In 38063.2.patch: add keyboard shortcuts to the button tooltips and the block elements drop-down.
    22
    3 Modifies the translations array to include the shortcuts, then outputs them as a TinyMCE setting. That setting is used to display them and to build the Keyboard Shortcuts help modal.
     3Modifies the translations array to include the shortcuts, then outputs them as a TinyMCE setting. That setting is used to display them and to build the Keyboard Shortcuts help modal. The display of shortcuts (and the order they are shown in the help modal) are now controlled from the array in `get_translation()` in WP_Editor.