mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 14:50:29 +00:00
Docs: Further corrections and improvements to various inline docblocks.
See #49572 git-svn-id: https://develop.svn.wordpress.org/trunk@48576 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -244,11 +244,11 @@ class WP_Http_Cookie {
|
||||
* @since 4.6.0
|
||||
*
|
||||
* @return array {
|
||||
* List of attributes.
|
||||
* List of attributes.
|
||||
*
|
||||
* @type string|int|null $expires When the cookie expires. Unix timestamp or formatted date.
|
||||
* @type string $path Cookie URL path.
|
||||
* @type string $domain Cookie domain.
|
||||
* @type string|int|null $expires When the cookie expires. Unix timestamp or formatted date.
|
||||
* @type string $path Cookie URL path.
|
||||
* @type string $domain Cookie domain.
|
||||
* }
|
||||
*/
|
||||
public function get_attributes() {
|
||||
|
||||
Reference in New Issue
Block a user