Changeset 55641 for trunk/src/wp-includes/comment.php
- Timestamp:
- 04/09/2023 11:55:37 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r55526 r55641 3052 3052 */ 3053 3053 function pingback( $content, $post ) { 3054 include_once ABSPATH . WPINC . '/class-IXR.php';3055 include_once ABSPATH . WPINC . '/class-wp-http-ixr-client.php';3054 require_once ABSPATH . WPINC . '/class-IXR.php'; 3055 require_once ABSPATH . WPINC . '/class-wp-http-ixr-client.php'; 3056 3056 3057 3057 // Original code by Mort (http://mort.mine.nu:8080). … … 3219 3219 */ 3220 3220 function weblog_ping( $server = '', $path = '' ) { 3221 include_once ABSPATH . WPINC . '/class-IXR.php';3222 include_once ABSPATH . WPINC . '/class-wp-http-ixr-client.php';3221 require_once ABSPATH . WPINC . '/class-IXR.php'; 3222 require_once ABSPATH . WPINC . '/class-wp-http-ixr-client.php'; 3223 3223 3224 3224 // Using a timeout of 3 seconds should be enough to cover slow servers.
Note: See TracChangeset
for help on using the changeset viewer.