Make WordPress Core


Ignore:
Timestamp:
07/17/2014 09:53:28 PM (11 years ago)
Author:
azaozz
Message:

TinyMCE: add the 'colorpicker' and 'lists' plugins, fixes #28939, #27359.

File:
1 edited

Legend:

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

    r29187 r29214  
    317317                     * @param string $editor_id Unique editor identifier, e.g. 'content'.
    318318                     */
    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 );
    320320                } else {
    321321
     
    341341                    $plugins = array(
    342342                        'charmap',
     343                        'colorpicker',
    343344                        'hr',
     345                        'lists',
    344346                        'media',
    345347                        'paste',
Note: See TracChangeset for help on using the changeset viewer.