Skip to content

Commit 37e0cd7

Browse files
committed
Docs.
1 parent 20eb361 commit 37e0cd7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/wp-includes/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9095,7 +9095,7 @@ function wp_is_heic_image_mime_type( $mime_type ) {
90959095
*
90969096
* @since x.y.z
90979097
*
9098-
* @throws TypeError Thrown by Sodium
9098+
* @throws TypeError Thrown by Sodium
90999099
* @throws SodiumException Thrown by Sodium
91009100
*
91019101
* @param string $message The message to hash.

src/wp-includes/pluggable.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2698,9 +2698,9 @@ function wp_hash_password( $password ) {
26982698
/**
26992699
* Checks a plaintext password against a hashed password.
27002700
*
2701-
* Note that this function is used to check more than just user passwords, for
2702-
* example it's also used to check application passwords and post passwords.
2703-
* There is not always a user ID associated with the password.
2701+
* Note that this function is used to check more than just user passwords, for example
2702+
* it's also used to check post passwords and may be used by plugins to check other
2703+
* types of password. There is not always a user ID associated with the password.
27042704
*
27052705
* For integration with other applications, this function can be overwritten to
27062706
* instead use the other package password hashing algorithm.

0 commit comments

Comments
 (0)