Changeset 60125 for branches/6.8/src/wp-includes/functions.php
- Timestamp:
- 04/03/2025 02:36:46 PM (8 months ago)
- Location:
- branches/6.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8
-
branches/6.8/src/wp-includes/functions.php
r60085 r60125 9151 9151 * 9152 9152 * The function uses Sodium to hash the message and compare it to the hashed value. If the hash is not a generic hash, 9153 * the hash is treated as a phpass portable hash in order to provide backward compatibility for application passwords9154 * which were hashed using phpass prior to WordPress 6.8.0.9153 * the hash is treated as a phpass portable hash in order to provide backward compatibility for passwords and security 9154 * keys which were hashed using phpass prior to WordPress 6.8.0. 9155 9155 * 9156 9156 * @since 6.8.0
Note: See TracChangeset
for help on using the changeset viewer.