Make WordPress Core


Ignore:
Timestamp:
08/31/2016 04:30:48 PM (8 years ago)
Author:
wonderboymusic
Message:

Bootstrap: do not go gentle into that good night r38411, r38412, and parts of r38389.

See #36335.

File:
1 edited

Legend:

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

    r38459 r38470  
    23672367 */
    23682368function pingback($content, $post_ID) {
     2369    include_once( ABSPATH . WPINC . '/class-IXR.php' );
     2370    include_once( ABSPATH . WPINC . '/class-wp-http-ixr-client.php' );
     2371
    23692372    // original code by Mort (http://mort.mine.nu:8080)
    23702373    $post_links = array();
     
    25052508 */
    25062509function weblog_ping($server = '', $path = '') {
     2510    include_once( ABSPATH . WPINC . '/class-IXR.php' );
     2511    include_once( ABSPATH . WPINC . '/class-wp-http-ixr-client.php' );
     2512
    25072513    // using a timeout of 3 seconds should be enough to cover slow servers
    25082514    $client = new WP_HTTP_IXR_Client($server, ((!strlen(trim($path)) || ('/' == $path)) ? false : $path));
Note: See TracChangeset for help on using the changeset viewer.