changeset 22 | 8c2e4d02f4ef |
parent 21 | 48c4eec2b7e6 |
21:48c4eec2b7e6 | 22:8c2e4d02f4ef |
---|---|
90 |
90 |
91 /** |
91 /** |
92 * Key used to confirm this request. |
92 * Key used to confirm this request. |
93 * |
93 * |
94 * @since 4.9.6 |
94 * @since 4.9.6 |
95 * @since 6.8.0 The key is now hashed using wp_fast_hash() instead of phpass. |
|
96 * |
|
95 * @var string |
97 * @var string |
96 */ |
98 */ |
97 public $confirm_key = ''; |
99 public $confirm_key = ''; |
98 |
100 |
99 /** |
101 /** |