File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2677,7 +2677,7 @@ function wp_hash_password(
26772677 * - `PASSWORD_DEFAULT`
26782678 *
26792679 * @since 6.8.0
2680- * @since 6.9.0 The paramater passed will always be a string.
2680+ * @since 6.9.0 The `$algorithm` parameter is now always a string.
26812681 *
26822682 * @param string $algorithm The hashing algorithm. Default is the value of the `PASSWORD_BCRYPT` constant.
26832683 */
@@ -2690,7 +2690,7 @@ function wp_hash_password(
26902690 * filter. You must ensure that the options are appropriate for the algorithm in use.
26912691 *
26922692 * @since 6.8.0
2693- * @since 6.9 $algorithm will always be a string rather than sometimes being an integer .
2693+ * @since 6.9.0 The ` $algorithm` parameter is now always a string.
26942694 *
26952695 * @param array $options Array of options to pass to the password hashing functions.
26962696 * By default this is an empty array which means the default
You can’t perform that action at this time.
0 commit comments