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 *