Make WordPress Core


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

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

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

See #33413. See #33701.

File:
1 edited

Legend:

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

    r33748 r33876  
    11<?php
    22/**
    3  * Adds Proxy support to the WordPress HTTP API.
     3 * HTTP API: WP_HTTP_Proxy class
     4 *
     5 * @package WordPress
     6 * @subpackage HTTP
     7 * @since 4.4.0
     8 */
     9
     10/**
     11 * Core class used to implement HTTP API proxy support.
    412 *
    513 * There are caveats to proxy support. It requires that defines be made in the wp-config.php file to
     
    2937 * @link https://core.trac.wordpress.org/ticket/4011 Proxy support ticket in WordPress.
    3038 * @link https://core.trac.wordpress.org/ticket/14636 Allow wildcard domains in WP_PROXY_BYPASS_HOSTS
     39 *
    3140 * @since 2.8.0
    3241 */
Note: See TracChangeset for help on using the changeset viewer.