Changeset 48576 for trunk/src/wp-includes/class-wp-http-cookie.php
- Timestamp:
- 07/23/2020 07:37:57 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-http-cookie.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-cookie.php
r47808 r48576 245 245 * 246 246 * @return array { 247 * List of attributes.248 * 249 * @type string|int|null $expires When the cookie expires. Unix timestamp or formatted date.250 * @type string $path Cookie URL path.251 * @type string $domain Cookie domain.247 * List of attributes. 248 * 249 * @type string|int|null $expires When the cookie expires. Unix timestamp or formatted date. 250 * @type string $path Cookie URL path. 251 * @type string $domain Cookie domain. 252 252 * } 253 253 */
Note: See TracChangeset
for help on using the changeset viewer.