Make WordPress Core

Ticket #33300: 33300.4.patch

File 33300.4.patch, 622 bytes (added by azaozz, 9 years ago)
  • src/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js

     
    2525                        { start: '####', format: 'h4' },
    2626                        { start: '#####', format: 'h5' },
    2727                        { start: '######', format: 'h6' },
    28                         { start: '>', format: 'blockquote' },
     28                        { start: editor.rtl ? '<' : '>', format: 'blockquote' },
    2929                        { regExp: /^\s*(?:(?:\* ?){3,}|(?:_ ?){3,}|(?:- ?){3,})\s*$/, element: 'hr' }
    3030                ];
    3131