Changeset 1692 for trunk/xmlrpc.php
- Timestamp:
- 09/18/2004 05:03:08 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc.php
r1685 r1692 4 4 $HTTP_RAW_POST_DATA = trim($HTTP_RAW_POST_DATA); 5 5 6 include('. ./wp-config.php');6 include('./wp-config.php'); 7 7 include_once(ABSPATH . WPINC . '/class-IXR.php'); 8 8 include_once(ABSPATH . WPINC . '/functions-post.php'); … … 1221 1221 1222 1222 1223 // Check if pings are on , inelegant exit1223 // Check if pings are on 1224 1224 $pingstatus = $wpdb->get_var("SELECT ping_status FROM $wpdb->posts WHERE ID = $post_ID"); 1225 1225 if ('closed' == $pingstatus) {
Note: See TracChangeset
for help on using the changeset viewer.