mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Bootstrap: do not go gentle into that good night r38411, r38412, and parts of r38389.
See #36335. git-svn-id: https://develop.svn.wordpress.org/trunk@38470 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -38,3 +38,23 @@
|
||||
* @link http://scripts.incutio.com/xmlrpc/ Site/manual
|
||||
* @license http://www.opensource.org/licenses/bsd-license.php BSD
|
||||
*/
|
||||
|
||||
require_once( ABSPATH . WPINC . '/IXR/class-IXR-server.php' );
|
||||
|
||||
require_once( ABSPATH . WPINC . '/IXR/class-IXR-base64.php' );
|
||||
|
||||
require_once( ABSPATH . WPINC . '/IXR/class-IXR-client.php' );
|
||||
|
||||
require_once( ABSPATH . WPINC . '/IXR/class-IXR-clientmulticall.php' );
|
||||
|
||||
require_once( ABSPATH . WPINC . '/IXR/class-IXR-date.php' );
|
||||
|
||||
require_once( ABSPATH . WPINC . '/IXR/class-IXR-error.php' );
|
||||
|
||||
require_once( ABSPATH . WPINC . '/IXR/class-IXR-introspectionserver.php' );
|
||||
|
||||
require_once( ABSPATH . WPINC . '/IXR/class-IXR-message.php' );
|
||||
|
||||
require_once( ABSPATH . WPINC . '/IXR/class-IXR-request.php' );
|
||||
|
||||
require_once( ABSPATH . WPINC . '/IXR/class-IXR-value.php' );
|
||||
Reference in New Issue
Block a user