Make WordPress Core

Changeset 1692 for trunk/xmlrpc.php


Ignore:
Timestamp:
09/18/2004 05:03:08 PM (21 years ago)
Author:
michelvaldrighi
Message:

whoops, a dot that was removed yesterday came back when restoring the file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc.php

    r1685 r1692  
    44$HTTP_RAW_POST_DATA = trim($HTTP_RAW_POST_DATA);
    55
    6 include('../wp-config.php');
     6include('./wp-config.php');
    77include_once(ABSPATH . WPINC . '/class-IXR.php');
    88include_once(ABSPATH . WPINC . '/functions-post.php');
     
    12211221
    12221222
    1223         // Check if pings are on, inelegant exit
     1223        // Check if pings are on
    12241224        $pingstatus = $wpdb->get_var("SELECT ping_status FROM $wpdb->posts WHERE ID = $post_ID");
    12251225        if ('closed' == $pingstatus) {
Note: See TracChangeset for help on using the changeset viewer.