Docs: Fix copy/paste error in wp_remote_retrieve_cookies() description.

Props mark8barnes.
Fixes #35157.
Built from https://develop.svn.wordpress.org/trunk@36002


git-svn-id: http://core.svn.wordpress.org/trunk@35967 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-12-18 17:23:29 +00:00
parent ff36a54824
commit 3f35196e48
2 changed files with 2 additions and 2 deletions

View File

@ -288,7 +288,7 @@ function wp_remote_retrieve_body( $response ) {
}
/**
* Retrieve only the body from the raw response.
* Retrieve only the cookies from the raw response.
*
* @since 4.4.0
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-36001';
$wp_version = '4.5-alpha-36002';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.