Make WordPress Core


Ignore:
Timestamp:
08/27/2016 10:31:11 PM (8 years ago)
Author:
wonderboymusic
Message:

Bootstrap: after r38409 and r38410, revert r38402 which reverted r38399.

This fixes the paths in wp-vendor/ that were including src. I want to drop this in so we can find out what else will break.

See #36335.

File:
1 edited

Legend:

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

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