Make WordPress Core


Ignore:
Timestamp:
08/27/2016 10:31:11 PM (7 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-admin/press-this.php

    r38402 r38411  
    2424 */
    2525if ( empty( $GLOBALS['wp_press_this'] ) ) {
    26     include( ABSPATH . 'wp-admin/includes/class-wp-press-this.php' );
    2726    $GLOBALS['wp_press_this'] = new WP_Press_This();
    2827}
Note: See TracChangeset for help on using the changeset viewer.