mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-12 22:59:24 +01:00
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:
parent
2bd025464c
commit
80167f26b1
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user