Changeset 1190 for trunk/wp-includes/functions.php
- Timestamp:
- 04/27/2004 11:17:16 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r1186 r1190 527 527 528 528 function weblog_ping($server = '', $path = '') { 529 include_once (ABSPATH . WPINC . '/class-xmlrpc.php'); 530 include_once (ABSPATH . WPINC . '/class-xmlrpcs.php'); 531 529 532 $f = new xmlrpcmsg('weblogUpdates.ping', 530 533 array(new xmlrpcval(get_settings('blogname'), 'string'), … … 700 703 701 704 function pingback($content, $post_ID) { 705 include_once (ABSPATH . WPINC . '/class-xmlrpc.php'); 706 include_once (ABSPATH . WPINC . '/class-xmlrpcs.php'); 702 707 // original code by Mort (http://mort.mine.nu:8080) 703 708 global $wp_version;
Note: See TracChangeset
for help on using the changeset viewer.