Make WordPress Core


Ignore:
Timestamp:
09/03/2015 03:36:24 AM (9 years ago)
Author:
DrewAPicture
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/http-functions.php

    r33748 r33879  
    11<?php
    22/**
    3  * Simple and uniform HTTP request API.
    4  *
    5  * Will eventually replace and standardize the WordPress HTTP requests made.
    6  *
    7  * @link https://core.trac.wordpress.org/ticket/4779 HTTP API Proposal
     3 * HTTP API: Top-level HTTP request API functionality
    84 *
    95 * @package WordPress
    106 * @subpackage HTTP
    11  * @since 2.7.0
     7 * @since 4.4.0
    128 */
    139
Note: See TracChangeset for help on using the changeset viewer.