Make WordPress Core


Ignore:
Timestamp:
08/27/2016 02:36:42 PM (8 years ago)
Author:
dd32
Message:

Bootstrap: Revert [38399] as it's broken /build/ and subsequently core.svn.wordpress.org.

The generated classmaps reference /src/ files and operates in the assumption that the base directory is one level above wp-settings.php, which it isn't after our build processes are run.

See #36335

File:
1 edited

Legend:

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

    r38399 r38402  
    29102910    global $is_IE, $wp_version;
    29112911
     2912    include_once( ABSPATH . 'wp-admin/includes/class-wp-press-this.php' );
    29122913    $GLOBALS['wp_press_this'] = new WP_Press_This();
    29132914    $bookmarklet_version = $GLOBALS['wp_press_this']->version;
Note: See TracChangeset for help on using the changeset viewer.