Make WordPress Core


Ignore:
Timestamp:
08/31/2016 04:30:48 PM (8 years ago)
Author:
wonderboymusic
Message:

Bootstrap: do not go gentle into that good night r38411, r38412, and parts of r38389.

See #36335.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r38468 r38470  
    29812981 */
    29822982function wp_editor( $content, $editor_id, $settings = array() ) {
     2983    if ( ! class_exists( '_WP_Editors', false ) )
     2984        require( ABSPATH . WPINC . '/class-wp-editor.php' );
    29832985    _WP_Editors::editor($content, $editor_id, $settings);
    29842986}
Note: See TracChangeset for help on using the changeset viewer.