Make WordPress Core

Changeset 36762


Ignore:
Timestamp:
02/28/2016 07:17:21 PM (9 years ago)
Author:
azaozz
Message:

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

See #33300.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js

    r36761 r36762  
    291291                    tr({ '#####': 'Heading 5' }) +
    292292                    tr({ '######': 'Heading 6' }) +
    293                     tr({ '---': 'Horizontal rule' }) +
    294                     tr({ '***': 'Horizontal rule' }) +
     293                    tr({ '---': 'Horizontal line' }) +
     294                    tr({ '***': 'Horizontal line' }) +
    295295                '</table>';
    296296
Note: See TracChangeset for help on using the changeset viewer.