Make WordPress Core


Ignore:
Timestamp:
11/26/2014 11:03:16 PM (10 years ago)
Author:
azaozz
Message:

Editor: fix warnings in class-wp-editor.php, see #30453.

File:
1 edited

Legend:

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

    r30573 r30583  
    7777
    7878        $set = wp_parse_args( $settings, array(
    79             'wpautop'           => true,
    80             'media_buttons'     => true,
    81             'default_editor'    => '',
    82             'drag_drop_upload'  => false,
    83             'textarea_name'     => $editor_id,
    84             'textarea_rows'     => 20,
    85             'tabindex'          => '',
    86             'tabfocus_elements' => ':prev,:next',
    87             'editor_css'        => '',
    88             'editor_class'      => '',
    89             'teeny'             => false,
    90             'dfw'               => false,
    91             'tinymce'           => true,
    92             'quicktags'         => true
     79            'wpautop'             => true,
     80            'media_buttons'       => true,
     81            'default_editor'      => '',
     82            'drag_drop_upload'    => false,
     83            'textarea_name'       => $editor_id,
     84            'textarea_rows'       => 20,
     85            'tabindex'            => '',
     86            'tabfocus_elements'   => ':prev,:next',
     87            'editor_css'          => '',
     88            'editor_class'        => '',
     89            'teeny'               => false,
     90            'dfw'                 => false,
     91            '_content_editor_dfw' => false,
     92            'tinymce'             => true,
     93            'quicktags'           => true
    9394        ) );
    9495
Note: See TracChangeset for help on using the changeset viewer.