File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments