Changeset 38402 for trunk/src/wp-includes/comment.php
- Timestamp:
- 08/27/2016 02:36:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r38399 r38402 2370 2370 function pingback($content, $post_ID) { 2371 2371 global $wp_version; 2372 include_once(ABSPATH . WPINC . '/class-IXR.php'); 2373 include_once(ABSPATH . WPINC . '/class-wp-http-ixr-client.php'); 2372 2374 2373 2375 // original code by Mort (http://mort.mine.nu:8080) … … 2512 2514 function weblog_ping($server = '', $path = '') { 2513 2515 global $wp_version; 2516 include_once(ABSPATH . WPINC . '/class-IXR.php'); 2517 include_once(ABSPATH . WPINC . '/class-wp-http-ixr-client.php'); 2514 2518 2515 2519 // using a timeout of 3 seconds should be enough to cover slow servers
Note: See TracChangeset
for help on using the changeset viewer.