Skip to content

Commit d056671

Browse files
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
1 parent 74e03e3 commit d056671

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/wp-includes/pluggable.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2491,12 +2491,12 @@ function wp_salt( $scheme = 'auth' ) {
24912491
/*
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
*/
25022502
$options_to_prime[] = 'secret_key';

0 commit comments

Comments
 (0)