Changeset 33873 for trunk/src/wp-includes/class-wp-http-cookie.php
- Timestamp:
- 09/03/2015 03:18:20 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-cookie.php
r33748 r33873 1 1 <?php 2 2 /** 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. 4 12 * 5 13 * Returned cookies are represented using this class, and when cookies are set, if they are not … … 9 17 * names. Need to switch to use underscores instead for the methods. 10 18 * 11 * @package WordPress12 * @subpackage HTTP13 19 * @since 2.8.0 14 20 */
Note: See TracChangeset
for help on using the changeset viewer.