Make WordPress Core


Ignore:
Timestamp:
09/22/2021 09:21:40 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock corrections and improvements.

See #52217, #53399

File:
1 edited

Legend:

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

    r51824 r51851  
    2525     *
    2626     * @since 2.8.0
     27     *
    2728     * @var string
    2829     */
     
    3334     *
    3435     * @since 2.8.0
     36     *
    3537     * @var string
    3638     */
     
    4143     *
    4244     * @since 2.8.0
     45     *
    4346     * @var string|int|null
    4447     */
     
    4952     *
    5053     * @since 2.8.0
     54     *
    5155     * @var string
    5256     */
     
    5761     *
    5862     * @since 2.8.0
     63     *
    5964     * @var string
    6065     */
     
    6267
    6368    /**
     69     * Cookie port or comma-separated list of ports.
     70     *
     71     * @since 2.8.0
     72     *
     73     * @var int|string
     74     */
     75    public $port;
     76
     77    /**
    6478     * host-only flag.
    6579     *
    6680     * @since 5.2.0
     81     *
    6782     * @var bool
    6883     */
     
    86101     *     @type string          $path      Optional. Path. Default '/'.
    87102     *     @type string          $domain    Optional. Domain. Default host of parsed $requested_url.
    88      *     @type int             $port      Optional. Port. Default null.
     103     *     @type int|string      $port      Optional. Port or comma-separated list of ports. Default null.
    89104     *     @type bool            $host_only Optional. host-only storage flag. Default true.
    90105     * }
Note: See TracChangeset for help on using the changeset viewer.