Make WordPress Core


Ignore:
Timestamp:
09/14/2018 01:34:50 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Correct and improve some docblocks.

See #42505

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/pluggable.php

    r43571 r43642  
    887887         * @since 4.9.0 The `$token` parameter was added.
    888888         *
    889          * @param string $auth_cookie Authentication cookie.
     889         * @param string $auth_cookie Authentication cookie value.
    890890         * @param int    $expire      The time the login grace period expires as a UNIX timestamp.
    891891         *                            Default is 12 hours past the cookie's expiration time.
     
    893893         *                            Default is 14 days from now.
    894894         * @param int    $user_id     User ID.
    895          * @param string $scheme      Authentication scheme. Values include 'auth', 'secure_auth', or 'logged_in'.
     895         * @param string $scheme      Authentication scheme. Values include 'auth' or 'secure_auth'.
    896896         * @param string $token       User's session token to use for this cookie.
    897897         */
     
    904904         * @since 4.9.0 The `$token` parameter was added.
    905905         *
    906          * @param string $logged_in_cookie The logged-in cookie.
     906         * @param string $logged_in_cookie The logged-in cookie value.
    907907         * @param int    $expire           The time the login grace period expires as a UNIX timestamp.
    908908         *                                 Default is 12 hours past the cookie's expiration time.
Note: See TracChangeset for help on using the changeset viewer.