Make WordPress Core


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

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

Also clarifies the summary in the class DocBlock for WP_Http_Cookie.

See #33413. See #33701.

File:
1 edited

Legend:

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

    r33748 r33873  
    11<?php
    22/**
    3  * Internal representation of a single cookie.
     3 * HTTP API: WP_Http_Cookie object class
     4 *
     5 * @package WordPress
     6 * @subpackage HTTP
     7 * @since 4.4.0
     8 */
     9
     10/**
     11 * Core class used to encapsulate a single cookie object for internal use.
    412 *
    513 * Returned cookies are represented using this class, and when cookies are set, if they are not
     
    917 * names. Need to switch to use underscores instead for the methods.
    1018 *
    11  * @package WordPress
    12  * @subpackage HTTP
    1319 * @since 2.8.0
    1420 */
Note: See TracChangeset for help on using the changeset viewer.