Make WordPress Core

Changeset 38470 for trunk/src/xmlrpc.php


Ignore:
Timestamp:
08/31/2016 04:30:48 PM (9 years ago)
Author:
wonderboymusic
Message:

Bootstrap: do not go gentle into that good night r38411, r38412, and parts of r38389.

See #36335.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/xmlrpc.php

    r38411 r38470  
    6060}
    6161
    62 include_once( ABSPATH . 'wp-admin/includes/admin.php' );
     62include_once(ABSPATH . 'wp-admin/includes/admin.php');
     63include_once(ABSPATH . WPINC . '/class-IXR.php');
     64include_once(ABSPATH . WPINC . '/class-wp-xmlrpc-server.php');
    6365
    6466/**
Note: See TracChangeset for help on using the changeset viewer.