Changeset 47198 for trunk/src/wp-includes/comment.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r47156 r47198 2802 2802 */ 2803 2803 function pingback( $content, $post_id ) { 2804 include_once ( ABSPATH . WPINC . '/class-IXR.php' );2805 include_once ( ABSPATH . WPINC . '/class-wp-http-ixr-client.php' );2804 include_once ABSPATH . WPINC . '/class-IXR.php'; 2805 include_once ABSPATH . WPINC . '/class-wp-http-ixr-client.php'; 2806 2806 2807 2807 // Original code by Mort (http://mort.mine.nu:8080). … … 2964 2964 */ 2965 2965 function weblog_ping( $server = '', $path = '' ) { 2966 include_once ( ABSPATH . WPINC . '/class-IXR.php' );2967 include_once ( ABSPATH . WPINC . '/class-wp-http-ixr-client.php' );2966 include_once ABSPATH . WPINC . '/class-IXR.php'; 2967 include_once ABSPATH . WPINC . '/class-wp-http-ixr-client.php'; 2968 2968 2969 2969 // Using a timeout of 3 seconds should be enough to cover slow servers.
Note: See TracChangeset
for help on using the changeset viewer.