Changeset 38399 for trunk/src/wp-includes/comment.php
- Timestamp:
- 08/27/2016 09:15:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r38334 r38399 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');2374 2372 2375 2373 // original code by Mort (http://mort.mine.nu:8080) … … 2514 2512 function weblog_ping($server = '', $path = '') { 2515 2513 global $wp_version; 2516 include_once(ABSPATH . WPINC . '/class-IXR.php');2517 include_once(ABSPATH . WPINC . '/class-wp-http-ixr-client.php');2518 2514 2519 2515 // using a timeout of 3 seconds should be enough to cover slow servers
Note: See TracChangeset
for help on using the changeset viewer.