diff --git a/wp-includes/class-http.php b/wp-includes/class-http.php index 3ad335f25b..4b17376b07 100644 --- a/wp-includes/class-http.php +++ b/wp-includes/class-http.php @@ -574,15 +574,7 @@ class WP_Http { return $response; } - /** - * Filters the HTTP API response immediately before the response is returned. - * - * @since 2.9.0 - * - * @param array $response HTTP response. - * @param array $args HTTP request arguments. - * @param string $url The request URL. - */ + /** This action is documented in wp-includes/class-http.php */ return apply_filters( 'http_response', $response, $args, $url ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index f8a8730a6e..5900ee767f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42749'; +$wp_version = '5.0-alpha-42750'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.