TinyMCE textpattern: Horizontal line is translated, Horizontal rule is not.

See #33300.
Built from https://develop.svn.wordpress.org/trunk@36762


git-svn-id: http://core.svn.wordpress.org/trunk@36729 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2016-02-28 19:18:26 +00:00
parent d0b708fcb9
commit fdc538940d
4 changed files with 4 additions and 4 deletions

View File

@ -290,8 +290,8 @@ tinymce.PluginManager.add( 'wordpress', function( editor ) {
tr({ '####': 'Heading 4' }) +
tr({ '#####': 'Heading 5' }) +
tr({ '######': 'Heading 6' }) +
tr({ '---': 'Horizontal rule' }) +
tr({ '***': 'Horizontal rule' }) +
tr({ '---': 'Horizontal line' }) +
tr({ '***': 'Horizontal line' }) +
'</table>';
html = html +

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta1-36761';
$wp_version = '4.5-beta1-36762';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.