TinyMCE textpattern: Horizontal line
is translated, Horizontal rule
is not.
See #33300. git-svn-id: https://develop.svn.wordpress.org/trunk@36762 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
392942e603
commit
3a43def820
@ -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 +
|
||||
|
Loading…
Reference in New Issue
Block a user