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
This commit is contained in:
Sergey Biryukov 2017-07-20 13:15:43 +00:00
parent 2026da9512
commit 54b8dafd62
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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.