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:
parent
5a59c292e3
commit
0241081bae
|
@ -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
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-beta2-33169';
|
||||
$wp_version = '4.3-beta2-33170';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue