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/script-loader.php

    r38402 r38411  
    1717 */
    1818
    19 /** WordPress Dependency Class */
    20 require( ABSPATH . WPINC . '/class-wp-dependency.php' );
    21 
    22 /** WordPress Dependencies Class */
    23 require( ABSPATH . WPINC . '/class.wp-dependencies.php' );
    24 
    25 /** WordPress Scripts Class */
    26 require( ABSPATH . WPINC . '/class.wp-scripts.php' );
    27 
    2819/** WordPress Scripts Functions */
    2920require( ABSPATH . WPINC . '/functions.wp-scripts.php' );
    30 
    31 /** WordPress Styles Class */
    32 require( ABSPATH . WPINC . '/class.wp-styles.php' );
    3321
    3422/** WordPress Styles Functions */
Note: See TracChangeset for help on using the changeset viewer.