Make WordPress Core


Ignore:
Timestamp:
04/27/2004 11:17:16 PM (21 years ago)
Author:
saxmatt
Message:

Cleaning up some includes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r1186 r1190  
    527527
    528528function weblog_ping($server = '', $path = '') {
     529include_once (ABSPATH . WPINC . '/class-xmlrpc.php');
     530include_once (ABSPATH . WPINC . '/class-xmlrpcs.php');
     531
    529532  $f = new xmlrpcmsg('weblogUpdates.ping',
    530533                array(new xmlrpcval(get_settings('blogname'), 'string'),
     
    700703
    701704function pingback($content, $post_ID) {
     705include_once (ABSPATH . WPINC . '/class-xmlrpc.php');
     706include_once (ABSPATH . WPINC . '/class-xmlrpcs.php');
    702707    // original code by Mort (http://mort.mine.nu:8080)
    703708    global $wp_version;
Note: See TracChangeset for help on using the changeset viewer.