summaryrefslogtreecommitdiffstats
path: root/xmlrpc.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-12-19 17:12:44 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-12-19 17:12:44 +0000
commit866b3a1b844041e6128e7e3c22710b49e72b99ec (patch)
tree98fe8cb2122eaf67a151d21f866c0670ab70e542 /xmlrpc.php
parent19a05e61d64a94a8370e4707c9ab373aa1db169f (diff)
downloadwordpress-mu-866b3a1b844041e6128e7e3c22710b49e72b99ec.tar.gz
wordpress-mu-866b3a1b844041e6128e7e3c22710b49e72b99ec.tar.xz
wordpress-mu-866b3a1b844041e6128e7e3c22710b49e72b99ec.zip
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@827 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'xmlrpc.php')
-rw-r--r--xmlrpc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlrpc.php b/xmlrpc.php
index 99d49c4..8e50581 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.