mirror of
git://develop.git.wordpress.org/
synced 2025-03-20 12:00:03 +01:00
Docs: Correct some typos in a comment in wp_salt()
.
Follow-up to [58837]. Props kebbet. Fixes #59871. git-svn-id: https://develop.svn.wordpress.org/trunk@58838 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
74e03e3cbe
commit
d0566719b3
@ -2491,12 +2491,12 @@ if ( ! function_exists( 'wp_salt' ) ) :
|
||||
/*
|
||||
* Also prime `secret_key` used for undefined salting schemes.
|
||||
*
|
||||
* If the scheme is unknown the default value for `secret_key` will be
|
||||
* used to for the salt. This should rarely happen so the option is only
|
||||
* If the scheme is unknown, the default value for `secret_key` will be
|
||||
* used too for the salt. This should rarely happen, so the option is only
|
||||
* primed if other salts are undefined.
|
||||
*
|
||||
* At this point of execution is is known that a database call will be made
|
||||
* to prime salts so the `secret_key` option can be primed regardless of the
|
||||
* At this point of execution it is known that a database call will be made
|
||||
* to prime salts, so the `secret_key` option can be primed regardless of the
|
||||
* constants status.
|
||||
*/
|
||||
$options_to_prime[] = 'secret_key';
|
||||
|
Loading…
x
Reference in New Issue
Block a user