From cca910fcbd3142f0b86ea241f979ad2c2f90d277 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 18 Dec 2015 17:22:52 +0000 Subject: [PATCH] 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 --- src/wp-includes/http.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/http.php b/src/wp-includes/http.php index 8fa00e942f..6e466a69aa 100644 --- a/src/wp-includes/http.php +++ b/src/wp-includes/http.php @@ -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 *