Changeset 29214 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 07/17/2014 09:53:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r29187 r29214 317 317 * @param string $editor_id Unique editor identifier, e.g. 'content'. 318 318 */ 319 self::$plugins = $plugins = apply_filters( 'teeny_mce_plugins', array( ' fullscreen', 'image', 'wordpress', 'wpeditimage', 'wplink' ), $editor_id );319 self::$plugins = $plugins = apply_filters( 'teeny_mce_plugins', array( 'colorpicker', 'lists', 'fullscreen', 'image', 'wordpress', 'wpeditimage', 'wplink' ), $editor_id ); 320 320 } else { 321 321 … … 341 341 $plugins = array( 342 342 'charmap', 343 'colorpicker', 343 344 'hr', 345 'lists', 344 346 'media', 345 347 'paste',
Note: See TracChangeset
for help on using the changeset viewer.