TinyMCE, shortcuts help popup: do not use translatable strings for the keys.
See #31441. git-svn-id: https://develop.svn.wordpress.org/trunk@33170 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9a61e7bc6c
commit
b780b94487
@ -270,8 +270,8 @@ tinymce.PluginManager.add( 'wordpress', function( editor ) {
|
||||
html = html +
|
||||
'<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>' +
|
||||
'<table>' +
|
||||
tr({ '* or -': 'Bullet list' }) +
|
||||
tr({ '1. or 1)': 'Numbered list' }) +
|
||||
tr({ '*</kbd> <kbd>-': 'Bullet list' }) +
|
||||
tr({ '1.</kbd> <kbd>1)': 'Numbered list' }) +
|
||||
tr({ '>': 'Blockquote' }) +
|
||||
tr({ '##': 'Heading 2' }) +
|
||||
tr({ '###': 'Heading 3' }) +
|
||||
|
Loading…
x
Reference in New Issue
Block a user