Skip to content

Commit bec6c6f

Browse files
committed
Tidying up.
1 parent d4f55d9 commit bec6c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-includes/pluggable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)