From 54b8dafd62fc22b315e76e7f0b25791dd51073fa Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 20 Jul 2017 13:15:43 +0000 Subject: [PATCH] Docs: Change `@version` entry for `WP_Http::buildCookieHeader()` to `@since`. See #41381. Built from https://develop.svn.wordpress.org/trunk@41105 git-svn-id: http://core.svn.wordpress.org/trunk@40945 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-http.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.