diff --git a/wp-includes/version.php b/wp-includes/version.php index a3b3abaffe..d78c1e7f80 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta4-33458'; +$wp_version = '4.3-beta4-33459'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/xmlrpc.php b/xmlrpc.php index 9c663820e0..ad68921cdd 100644 --- a/xmlrpc.php +++ b/xmlrpc.php @@ -26,7 +26,7 @@ if ( isset($HTTP_RAW_POST_DATA) ) $HTTP_RAW_POST_DATA = trim($HTTP_RAW_POST_DATA); /** Include the bootstrap for setting up WordPress environment */ -include('./wp-load.php'); +include( dirname( __FILE__ ) . '/wp-load.php' ); if ( isset( $_GET['rsd'] ) ) { // http://cyber.law.harvard.edu/blogs/gems/tech/rsd.html header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true);