Changeset 59927 for trunk/src/wp-includes/user.php
- Timestamp:
- 03/04/2025 02:17:18 PM (14 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r59900 r59927 2457 2457 * @since 4.9.0 2458 2458 * @since 5.8.0 The `$userdata` parameter was added. 2459 * @since 6.8.0 The user's password is now hashed using bcrypt instead of phpass.2459 * @since 6.8.0 The user's password is now hashed using bcrypt by default instead of phpass. 2460 2460 * 2461 2461 * @param array $data {
Note: See TracChangeset
for help on using the changeset viewer.