Changeset 16149
- Timestamp:
- 11/02/2010 08:29:07 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r16068 r16149 1742 1742 global $wp_version; 1743 1743 include_once(ABSPATH . WPINC . '/class-IXR.php'); 1744 include_once(ABSPATH . WPINC . '/class .wp-http-ixr-client.php');1744 include_once(ABSPATH . WPINC . '/class-wp-http-ixr-client.php'); 1745 1745 1746 1746 // original code by Mort (http://mort.mine.nu:8080) … … 1872 1872 global $wp_version; 1873 1873 include_once(ABSPATH . WPINC . '/class-IXR.php'); 1874 include_once(ABSPATH . WPINC . '/class .wp-http-ixr-client.php');1874 include_once(ABSPATH . WPINC . '/class-wp-http-ixr-client.php'); 1875 1875 1876 1876 // using a timeout of 3 seconds should be enough to cover slow servers -
trunk/xmlrpc.php
r15974 r16149 54 54 include_once(ABSPATH . 'wp-admin/includes/admin.php'); 55 55 include_once(ABSPATH . WPINC . '/class-IXR.php'); 56 include_once(ABSPATH . WPINC . '/class .wp-xmlrpc-server.php');56 include_once(ABSPATH . WPINC . '/class-wp-xmlrpc-server.php'); 57 57 58 58 // Turn off all warnings and errors.
Note: See TracChangeset
for help on using the changeset viewer.