Make WordPress Core

Changeset 33699


Ignore:
Timestamp:
08/21/2015 06:29:31 PM (9 years ago)
Author:
wonderboymusic
Message:

In _WP_Editors::editor_settings(), $first_run is unused.

See #33491.

File:
1 edited

Legend:

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

    r33509 r33699  
    298298        global $wp_version, $tinymce_version;
    299299
    300         $first_run = false;
    301 
    302300        if ( empty(self::$first_init) ) {
    303301            if ( is_admin() ) {
     
    352350                /** This filter is documented in wp-admin/includes/media.php */
    353351                $no_captions = (bool) apply_filters( 'disable_captions', '' );
    354                 $first_run = true;
    355352                $ext_plugins = '';
    356353
Note: See TracChangeset for help on using the changeset viewer.