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

git-svn-id: https://develop.svn.wordpress.org/trunk@16149 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood
2010-11-02 08:29:07 +00:00
parent 118eb442e1
commit 804b3a0747
4 changed files with 3 additions and 3 deletions
+1 -1
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);