Make WordPress Core

Changeset 28945


Ignore:
Timestamp:
07/01/2014 11:29:03 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Use correct variable.

props azaozz.
see #24472.

File:
1 edited

Legend:

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

    r28944 r28945  
    7474         * @param string $editor_id ID for the current editor instance.
    7575         */
    76         $defaults = apply_filters( 'wp_editor_settings', $settings, $editor_id );
     76        $settings = apply_filters( 'wp_editor_settings', $settings, $editor_id );
    7777
    7878        $set = wp_parse_args( $settings, array(
Note: See TracChangeset for help on using the changeset viewer.