Rename new classes to match our coding standards. Fixes #15280.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16149 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi
2010-11-02 08:29:07 +00:00
parent 9bf103cd5f
commit 2bc7106135
4 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ exit;
include_once(ABSPATH . 'wp-admin/includes/admin.php');
include_once(ABSPATH . WPINC . '/class-IXR.php');
include_once(ABSPATH . WPINC . '/class.wp-xmlrpc-server.php');
include_once(ABSPATH . WPINC . '/class-wp-xmlrpc-server.php');
// Turn off all warnings and errors.
// error_reporting(0);