Changeset 28628 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 05/30/2014 03:19:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r28627 r28628 841 841 * @since 3.1.0 842 842 * 843 * @param bool $ cookieWhether 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. 846 846 */ 847 847 $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.