From febec2128ec54d2d6fc7fb7c648e70f8dcdae11d Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 3 Sep 2015 03:40:45 +0000 Subject: [PATCH] Docs: Clarify the file header summary for wp-includes/http.php, the top-level file for the HTTP Request API. See #33413. See #33701. git-svn-id: https://develop.svn.wordpress.org/trunk@33881 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/http.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/wp-includes/http.php b/src/wp-includes/http.php index 99599047d8..2c0be2aa1e 100644 --- a/src/wp-includes/http.php +++ b/src/wp-includes/http.php @@ -1,12 +1,10 @@