mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 07:22:01 +01:00
Include admin-functions in xmlrpc.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4650 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e01d9334f6
commit
e57369e689
@ -32,6 +32,7 @@ header('Content-type: text/xml; charset=' . get_option('blog_charset'), true);
|
||||
exit;
|
||||
}
|
||||
|
||||
include_once(ABSPATH . 'wp-admin/admin-functions.php');
|
||||
include_once(ABSPATH . WPINC . '/class-IXR.php');
|
||||
|
||||
// Turn off all warnings and errors.
|
||||
|
Loading…
Reference in New Issue
Block a user