Make WordPress Core


Ignore:
Timestamp:
05/30/2014 03:19:29 PM (11 years ago)
Author:
DrewAPicture
Message:

Update the $secure_logged_in_cookie variable in the 'secure_logged_in_cookie' hook docs following [28627].

See #15330.

File:
1 edited

Legend:

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

    r28627 r28628  
    841841     * @since 3.1.0
    842842     *
    843      * @param bool $cookie Whether to use a secure cookie when logged-in.
    844      * @param int  $user_id User ID.
    845      * @param bool $secure  Whether the connection is secure.
     843     * @param bool $secure_logged_in_cookie Whether to use a secure cookie when logged-in.
     844     * @param int  $user_id                 User ID.
     845     * @param bool $secure                  Whether the connection is secure.
    846846     */
    847847    $secure_logged_in_cookie = apply_filters( 'secure_logged_in_cookie', $secure_logged_in_cookie, $user_id, $secure );
Note: See TracChangeset for help on using the changeset viewer.