From 3ec35fac0260f4303b87a8abc5b2e6e724db8dac Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 31 Jan 2023 12:20:16 +0000 Subject: [PATCH] Docs: Fix typo in the `send_auth_cookies` filter DocBlock. Follow-up to [55164], [55165]. See #56971, #39367. Built from https://develop.svn.wordpress.org/trunk@55166 git-svn-id: http://core.svn.wordpress.org/trunk@54699 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/pluggable.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index eda64ddb6a..a3cb0408b4 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index ba1e66230a..f1da6e82f0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55165'; +$wp_version = '6.2-alpha-55166'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.