Make WordPress Core


Ignore:
Timestamp:
03/04/2025 02:17:18 PM (13 months ago)
Author:
johnbillion
Message:

Docs: Various improvements to inline documentation.

See #62281

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-user.php

    r59828 r59927  
    1212 *
    1313 * @since 2.0.0
    14  * @since 6.8.0 The `user_pass` property is now hashed using bcrypt instead of phpass.
     14 * @since 6.8.0 The `user_pass` property is now hashed using bcrypt by default instead of phpass.
     15 *              Existing passwords may still be hashed using phpass.
    1516 *
    1617 * @property string $nickname
Note: See TracChangeset for help on using the changeset viewer.