Make WordPress Core

Changeset 33880


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

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.

File:
1 edited

Legend:

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

    r33748 r33880  
    11<?php
    22/**
    3  * WordPress HTTP Class for managing HTTP Transports and making HTTP requests.
     3 * HTTP API: WP_Http object class
     4 *
     5 * @package WordPress
     6 * @subpackage HTTP
     7 * @since 2.7.0
     8 */
     9
     10/**
     11 * Core class used for managing HTTP transports and making HTTP requests.
    412 *
    513 * This class is used to consistently make outgoing HTTP requests easy for developers
     
    917 * Debugging includes several actions, which pass different variables for debugging the HTTP API.
    1018 *
    11  * @package WordPress
    12  * @subpackage HTTP
    1319 * @since 2.7.0
    1420 */
Note: See TracChangeset for help on using the changeset viewer.