Docs: Correct the note on default nonce lifespan in wp_verify_nonce() description.

Follow-up to [31381], [45565].

Props lev0, Rarst, peterwilsoncc, johnbillion.
Fixes #53236.
Built from https://develop.svn.wordpress.org/trunk@59858


git-svn-id: http://core.svn.wordpress.org/trunk@59200 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2025-02-22 01:50:19 +00:00
parent 2bd025464c
commit 80167f26b1
2 changed files with 2 additions and 2 deletions

View File

@ -2356,7 +2356,7 @@ if ( ! function_exists( 'wp_verify_nonce' ) ) :
/**
* Verifies that a correct security nonce was used with time limit.
*
* A nonce is valid for 24 hours (by default).
* A nonce is valid for between 12 and 24 hours (by default).
*
* @since 2.0.3
*

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59857';
$wp_version = '6.8-alpha-59858';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.