Changeset 16149 for trunk/wp-includes/comment.php
- Timestamp:
- 11/02/2010 08:29:07 AM (14 years ago)
- File:
-
- 1 edited
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
Note: See TracChangeset
for help on using the changeset viewer.