diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index 0ee5891c96..3a6190beff 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index acf4aae238..e963aa3a71 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.