equal
deleted
inserted
replaced
9 |
9 |
10 /** |
10 /** |
11 * Core class used to implement the WP_User object. |
11 * Core class used to implement the WP_User object. |
12 * |
12 * |
13 * @since 2.0.0 |
13 * @since 2.0.0 |
|
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. |
14 * |
16 * |
15 * @property string $nickname |
17 * @property string $nickname |
16 * @property string $description |
18 * @property string $description |
17 * @property string $user_description |
19 * @property string $user_description |
18 * @property string $first_name |
20 * @property string $first_name |