TinyMCE, shortcuts help popup: do not use translatable strings for the keys.
See #31441. Built from https://develop.svn.wordpress.org/trunk@33170 git-svn-id: http://core.svn.wordpress.org/trunk@33142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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' }) +
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user