Make WordPress Core

Changeset 33170


Ignore:
Timestamp:
07/11/2015 10:36:58 PM (9 years ago)
Author:
azaozz
Message:

TinyMCE, shortcuts help popup: do not use translatable strings for the keys.
See #31441.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js

    r33141 r33170  
    271271                '<p>' + __( 'When starting a new paragraph with one of these patterns followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo.' ) + '</p>' +
    272272                '<table>' +
    273                     tr({ '* or -':  'Bullet list' }) +
    274                     tr({ '1. or 1)':  'Numbered list' }) +
     273                    tr({ '*</kbd>&nbsp;<kbd>-':  'Bullet list' }) +
     274                    tr({ '1.</kbd>&nbsp;<kbd>1)':  'Numbered list' }) +
    275275                    tr({ '>': 'Blockquote' }) +
    276276                    tr({ '##': 'Heading 2' }) +
Note: See TracChangeset for help on using the changeset viewer.