From 0829b413b989749d7da6037ab902e847ea4ce972 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 18 Dec 2006 20:11:19 +0000 Subject: [PATCH] Include admin-functions in xmlrpc. git-svn-id: https://develop.svn.wordpress.org/trunk@4650 602fd350-edb4-49c9-b593-d223f7449a82 --- xmlrpc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/xmlrpc.php b/xmlrpc.php index aa308f8d77..1a85f1a6bc 100644 --- a/xmlrpc.php +++ b/xmlrpc.php @@ -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.