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

Props mark8barnes.
Fixes #35157.

git-svn-id: https://develop.svn.wordpress.org/trunk@36002 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-12-18 17:22:52 +00:00
parent 6c95087f20
commit cca910fcbd

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
*