Changeset 60123 for trunk/src/wp-includes/functions.php
- Timestamp:
- 04/03/2025 01:51:28 PM (11 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r60119 r60123 9150 9150 * 9151 9151 * The function uses Sodium to hash the message and compare it to the hashed value. If the hash is not a generic hash, 9152 * the hash is treated as a phpass portable hash in order to provide backward compatibility for application passwords9153 * which were hashed using phpass prior to WordPress 6.8.0.9152 * the hash is treated as a phpass portable hash in order to provide backward compatibility for passwords and security 9153 * keys which were hashed using phpass prior to WordPress 6.8.0. 9154 9154 * 9155 9155 * @since 6.8.0
Note: See TracChangeset
for help on using the changeset viewer.