diff --git a/wp-includes/class-http.php b/wp-includes/class-http.php index d1752fb949..786b06d647 100644 --- a/wp-includes/class-http.php +++ b/wp-includes/class-http.php @@ -731,7 +731,7 @@ class WP_Http { * Edits the array by reference. * * @access public - * @version 2.8.0 + * @since 2.8.0 * @static * * @param array $r Full array of args passed into ::request() diff --git a/wp-includes/version.php b/wp-includes/version.php index c61207589c..23ac3ee0ad 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41104'; +$wp_version = '4.9-alpha-41105'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.