Make WordPress Core


Ignore:
Timestamp:
06/06/2015 08:07:00 PM (11 years ago)
Author:
iseulde
Message:

TinyMCE: add wptextpattern plugin

This plugin can automatically format text patterns as you type. It includes two patterns: unordered (* and - ) and ordered list (1. and 1) ). If the transformation in unwanted, the user can undo the change by pressing backspace, using the undo shortcut, or the undo button in the toolbar.

This is the first TinyMCE plugin that has unit tests and there's some good groundwork for adding tests to existing plugins in the future.

First run. See #31441.

File:
1 edited

Legend:

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

    r32677 r32699  
    369369                                                'wplink',
    370370                                                'wpdialogs',
    371                                                 'wpview',
     371                                                'wptextpattern',
     372                                                'wpview'
    372373                                        );
    373374
Note: See TracChangeset for help on using the changeset viewer.