diff --git a/wp-includes/rest-api/class-wp-rest-server.php b/wp-includes/rest-api/class-wp-rest-server.php index 37c697e43f..62f7343069 100644 --- a/wp-includes/rest-api/class-wp-rest-server.php +++ b/wp-includes/rest-api/class-wp-rest-server.php @@ -1158,7 +1158,7 @@ class WP_REST_Server { * * @return string Raw request data. */ - public function get_raw_data() { + public static function get_raw_data() { global $HTTP_RAW_POST_DATA; /* diff --git a/wp-includes/version.php b/wp-includes/version.php index e6e74bd674..9d2849f230 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta4-35740'; +$wp_version = '4.4-beta4-35741'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.