Changeset 55260
- Timestamp:
- 02/07/2023 01:51:39 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r55259 r55260 1080 1080 * @param int $user_id User ID. Zero when clearing cookies. 1081 1081 * @param string $scheme Authentication scheme. Values include 'auth' or 'secure_auth'. 1082 * Empty string when clearing cookies. 1082 1083 * @param string $token User's session token to use for this cookie. Empty string when clearing cookies. 1083 1084 */ … … 1110 1111 1111 1112 /** This filter is documented in wp-includes/pluggable.php */ 1112 if ( ! apply_filters( 'send_auth_cookies', true, 0, 0, 0, '' ) ) {1113 if ( ! apply_filters( 'send_auth_cookies', true, 0, 0, 0, '', '' ) ) { 1113 1114 return; 1114 1115 }
Note: See TracChangeset
for help on using the changeset viewer.