From e57369e689c606286a714d078861f2cf1d378733 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 18 Dec 2006 20:11:19 +0000 Subject: [PATCH] Include admin-functions in xmlrpc. git-svn-id: http://svn.automattic.com/wordpress/trunk@4650 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- xmlrpc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/xmlrpc.php b/xmlrpc.php index aa308f8d7..1a85f1a6b 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.