Make WordPress Core

Changeset 33875


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

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

Also clarifies the class DocBlock summary for WP_Http_Encoding.

See #33413. See #33701.

File:
1 edited

Legend:

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

    r33748 r33875  
    11<?php
    22/**
    3  * Implementation for deflate and gzip transfer encodings.
     3 * HTTP API: WP_Http_Encoding class
     4 *
     5 * @package WordPress
     6 * @subpackage HTTP
     7 * @since 4.4.0
     8 */
     9
     10/**
     11 * Core class used to implement deflate and gzip transfer encoding support for HTTP requests.
    412 *
    513 * Includes RFC 1950, RFC 1951, and RFC 1952.
    614 *
    715 * @since 2.8.0
    8  * @package WordPress
    9  * @subpackage HTTP
    1016 */
    1117class WP_Http_Encoding {
Note: See TracChangeset for help on using the changeset viewer.