From 608957f426943f73b671909be6a208c2543c44c5 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 3 Sep 2015 03:32:54 +0000 Subject: [PATCH] Docs: Add a missing file header to wp-includes/class-wp-http-streams.php, introduced in [33748]. Also clarifies the class DocBlock summary for `WP_Http_Streams` to better describe its purpose. See #33413. See #33701. git-svn-id: https://develop.svn.wordpress.org/trunk@33878 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-http-streams.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/class-wp-http-streams.php b/src/wp-includes/class-wp-http-streams.php index 96a2e74454..1bef590f4e 100644 --- a/src/wp-includes/class-wp-http-streams.php +++ b/src/wp-includes/class-wp-http-streams.php @@ -1,9 +1,17 @@