Docs: Clarify the file header summary for wp-includes/http.php, the top-level file for the HTTP Request API.

See #33413. See #33701.

Built from https://develop.svn.wordpress.org/trunk@33881


git-svn-id: http://core.svn.wordpress.org/trunk@33850 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-09-03 04:36:08 +00:00
parent 853fd32e88
commit 69375b243a
2 changed files with 2 additions and 4 deletions

View File

@ -1,12 +1,10 @@
<?php <?php
/** /**
* Simple and uniform HTTP request API. * Core HTTP Request API
* *
* Standardizes the HTTP requests for WordPress. Handles cookies, gzip encoding and decoding, chunk * Standardizes the HTTP requests for WordPress. Handles cookies, gzip encoding and decoding, chunk
* decoding, if HTTP 1.1 and various other difficult HTTP protocol implementations. * decoding, if HTTP 1.1 and various other difficult HTTP protocol implementations.
* *
* @link https://core.trac.wordpress.org/ticket/4779 HTTP API Proposal
*
* @package WordPress * @package WordPress
* @subpackage HTTP * @subpackage HTTP
* @since 2.7.0 * @since 2.7.0

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.4-alpha-33880'; $wp_version = '4.4-alpha-33881';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.