diff --git a/wp-includes/class-http.php b/wp-includes/class-http.php index 4b17376b07..13475c5c22 100644 --- a/wp-includes/class-http.php +++ b/wp-includes/class-http.php @@ -546,8 +546,6 @@ class WP_Http { * * @since 3.2.0 * - * @static - * * @param string $url URL to Request * @param array $args Request arguments * @return array|WP_Error Array containing 'headers', 'body', 'response', 'cookies', 'filename'. A WP_Error instance upon error diff --git a/wp-includes/version.php b/wp-includes/version.php index 5900ee767f..664a608eea 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42750'; +$wp_version = '5.0-alpha-42751'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.