Make WordPress Core

Changeset 35380


Ignore:
Timestamp:
10/24/2015 02:31:05 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Remove unused variable in _WP_Editors::editor().

Props Athsear.
Fixes #34427.

File:
1 edited

Legend:

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

    r35217 r35380  
    148148        $tabindex = $set['tabindex'] ? ' tabindex="' . (int) $set['tabindex'] . '"' : '';
    149149        $default_editor = 'html';
    150         $toolbar = $buttons = $autocomplete = '';
     150        $buttons = $autocomplete = '';
    151151        $editor_id_attr = esc_attr( $editor_id );
    152152
Note: See TracChangeset for help on using the changeset viewer.