mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Docs: Fix typo in the send_auth_cookies filter DocBlock.
Follow-up to [55164], [55165]. See #56971, #39367. git-svn-id: https://develop.svn.wordpress.org/trunk@55166 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1070,7 +1070,7 @@ if ( ! function_exists( 'wp_set_auth_cookie' ) ) :
|
||||
* Allows preventing auth cookies from actually being sent to the client.
|
||||
*
|
||||
* @since 4.7.4
|
||||
* @since 6.2.0 The `$user_id`, `$expire`, `$expiration`, an `$token` parameters were added.
|
||||
* @since 6.2.0 The `$user_id`, `$expire`, `$expiration`, and `$token` parameters were added.
|
||||
*
|
||||
* @param bool $send Whether to send auth cookies to the client. Default true.
|
||||
* @param int $user_id User ID. Zero when clearing cookies.
|
||||
|
||||
Reference in New Issue
Block a user