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

    r38399 r38402  
    23702370function pingback($content, $post_ID) {
    23712371    global $wp_version;
     2372    include_once(ABSPATH . WPINC . '/class-IXR.php');
     2373    include_once(ABSPATH . WPINC . '/class-wp-http-ixr-client.php');
    23722374
    23732375    // original code by Mort (http://mort.mine.nu:8080)
     
    25122514function weblog_ping($server = '', $path = '') {
    25132515    global $wp_version;
     2516    include_once(ABSPATH . WPINC . '/class-IXR.php');
     2517    include_once(ABSPATH . WPINC . '/class-wp-http-ixr-client.php');
    25142518
    25152519    // using a timeout of 3 seconds should be enough to cover slow servers
Note: See TracChangeset for help on using the changeset viewer.