Make WordPress Core

Changeset 33874


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

Docs: Add a missing file header for wp-includes/class-wp-http-curl.php, introduced in [33748].

Also clarifies the class DocBlock summary for WP_Http_Curl to better describe its purpose.

See #33413. See #33701.

File:
1 edited

Legend:

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

    r33748 r33874  
    11<?php
    22/**
     3 * HTTP API: WP_Http_Curl object class
     4 *
     5 * @package WordPress
     6 * @subpackage HTTP
     7 * @since 4.4.0
     8 */
     9
     10/**
     11 * Core class used to integrate Curl as an HTTP transport.
     12 *
    313 * HTTP request method uses Curl extension to retrieve the url.
    414 *
    515 * Requires the Curl extension to be installed.
    616 *
    7  * @package WordPress
    8  * @subpackage HTTP
    917 * @since 2.7.0
    1018 */
Note: See TracChangeset for help on using the changeset viewer.