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/theme.php

    r38402 r38411  
    17571757
    17581758        if ( is_admin() ) {
    1759             require_once( ABSPATH . 'wp-admin/custom-header.php' );
    17601759            $custom_image_header = new Custom_Image_Header( $args[0]['admin-head-callback'], $args[0]['admin-preview-callback'] );
    17611760        }
     
    17701769
    17711770        if ( is_admin() ) {
    1772             require_once( ABSPATH . 'wp-admin/custom-background.php' );
    17731771            $custom_background = new Custom_Background( $args[0]['admin-head-callback'], $args[0]['admin-preview-callback'] );
    17741772        }
     
    20832081    }
    20842082
    2085     require_once ABSPATH . WPINC . '/class-wp-customize-manager.php';
    20862083    $GLOBALS['wp_customize'] = new WP_Customize_Manager();
    20872084}
Note: See TracChangeset for help on using the changeset viewer.