From 77a4ee7659b2ad01dab28fdeda321d2488bb41aa Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 3 Sep 2015 03:38:45 +0000 Subject: [PATCH] Docs: Add a missing file header for wp-includes/class-http.php. Also clarifies the class DocBlock summary for `WP_Http` to more clearly describe its purpose. See #33413. See #33701. git-svn-id: https://develop.svn.wordpress.org/trunk@33880 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-http.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/wp-includes/class-http.php b/src/wp-includes/class-http.php index 4758436e48..b70c8571bf 100644 --- a/src/wp-includes/class-http.php +++ b/src/wp-includes/class-http.php @@ -1,6 +1,14 @@