File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2491,12 +2491,12 @@ function wp_salt( $scheme = 'auth' ) {
2491
2491
/*
2492
2492
* Also prime `secret_key` used for undefined salting schemes.
2493
2493
*
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
2496
2496
* primed if other salts are undefined.
2497
2497
*
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
2500
2500
* constants status.
2501
2501
*/
2502
2502
$ options_to_prime [] = 'secret_key ' ;
You can’t perform that action at this time.
0 commit comments