Docs: Clarify the file header summary for wp-includes/http-functions.php, introduced in [33748].
Also removes now-moot extra information from the file header description. See #33413. See #33701. Built from https://develop.svn.wordpress.org/trunk@33879 git-svn-id: http://core.svn.wordpress.org/trunk@33848 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d948d8e104
commit
05ec4d2029
|
@ -1,14 +1,10 @@
|
|||
<?php
|
||||
/**
|
||||
* Simple and uniform HTTP request API.
|
||||
*
|
||||
* Will eventually replace and standardize the WordPress HTTP requests made.
|
||||
*
|
||||
* @link https://core.trac.wordpress.org/ticket/4779 HTTP API Proposal
|
||||
* HTTP API: Top-level HTTP request API functionality
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage HTTP
|
||||
* @since 2.7.0
|
||||
* @since 4.4.0
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-33878';
|
||||
$wp_version = '4.4-alpha-33879';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue