Make WordPress Core

Changeset 59858


Ignore:
Timestamp:
02/22/2025 01:48:40 AM (3 months ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/pluggable.php

    r59828 r59858  
    23572357     * Verifies that a correct security nonce was used with time limit.
    23582358     *
    2359      * A nonce is valid for 24 hours (by default).
     2359     * A nonce is valid for between 12 and 24 hours (by default).
    23602360     *
    23612361     * @since 2.0.3
Note: See TracChangeset for help on using the changeset viewer.