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
This commit is contained in:
Sergey Biryukov
2023-01-31 12:20:16 +00:00
parent a389692e5a
commit 3ec35fac02
2 changed files with 2 additions and 2 deletions

View File

@@ -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.