Make WordPress Core

Changeset 58838


Ignore:
Timestamp:
08/01/2024 08:30:48 PM (4 months ago)
Author:
SergeyBiryukov
Message:

Docs: Correct some typos in a comment in wp_salt().

Follow-up to [58837].

Props kebbet.
Fixes #59871.

File:
1 edited

Legend:

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

    r58837 r58838  
    24922492             * Also prime `secret_key` used for undefined salting schemes.
    24932493             *
    2494              * If the scheme is unknown the default value for `secret_key` will be
    2495              * used to for the salt. This should rarely happen so the option is only
     2494             * If the scheme is unknown, the default value for `secret_key` will be
     2495             * used too for the salt. This should rarely happen, so the option is only
    24962496             * primed if other salts are undefined.
    24972497             *
    2498              * At this point of execution is is known that a database call will be made
    2499              * to prime salts so the `secret_key` option can be primed regardless of the
     2498             * At this point of execution it is known that a database call will be made
     2499             * to prime salts, so the `secret_key` option can be primed regardless of the
    25002500             * constants status.
    25012501             */
Note: See TracChangeset for help on using the changeset viewer.