Make WordPress Core


Ignore:
Timestamp:
02/28/2016 06:59:25 PM (9 years ago)
Author:
azaozz
Message:

TinyMCE textpattern:

  • Add description of the new patterns to the Shortcuts help modal.
  • Fix the layout a bit and make the patterns in two columns.
  • Disable the textpatterns plugin in IE < 9.

See #33300.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r36677 r36761  
    10671067            'The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.' =>
    10681068                __( 'The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo.' ),
     1069            'The next group of formatting shortcuts are applied as you type or when you insert them around plain text in the same paragraph. Press Escape or the Undo button to undo.' =>
     1070                __( 'The next group of formatting shortcuts are applied as you type or when you insert them around plain text in the same paragraph. Press Escape or the Undo button to undo.' ),
    10691071        );
    10701072
Note: See TracChangeset for help on using the changeset viewer.