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

    r38402 r38411  
    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');
    23742372
    23752373    // original code by Mort (http://mort.mine.nu:8080)
     
    25142512function weblog_ping($server = '', $path = '') {
    25152513    global $wp_version;
    2516     include_once(ABSPATH . WPINC . '/class-IXR.php');
    2517     include_once(ABSPATH . WPINC . '/class-wp-http-ixr-client.php');
    25182514
    25192515    // using a timeout of 3 seconds should be enough to cover slow servers
Note: See TracChangeset for help on using the changeset viewer.