Ticket #14820: 14820-move-include.patch
File 14820-move-include.patch, 829 bytes (added by , 15 years ago) |
---|
-
wp-includes/class.wp-xmlrpc-server.php
### Eclipse Workspace Patch 1.0 #P wordpress-trunk
5 5 * @package WordPress 6 6 */ 7 7 8 include_once(ABSPATH . WPINC . '/class-IXR.php'); 9 8 10 /** 9 11 * WordPress XMLRPC server implementation. 10 12 * -
xmlrpc.php
51 51 } 52 52 53 53 include_once(ABSPATH . 'wp-admin/includes/admin.php'); 54 include_once(ABSPATH . WPINC . '/class-IXR.php');55 54 include_once(ABSPATH . WPINC . '/class.wp-xmlrpc-server.php'); 56 55 57 56 // Turn off all warnings and errors.