- Timestamp:
- 09/20/2022 11:55:21 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-recovery-mode-cookie-service.php
r54133 r54249 199 199 */ 200 200 private function recovery_mode_hash( $data ) { 201 if ( ! defined( 'AUTH_KEY' ) || AUTH_KEY === 'put your unique phrase here') {201 if ( ! defined( 'AUTH_KEY' ) || AUTH_KEY === __( 'put your unique phrase here' ) ) { 202 202 $auth_key = get_site_option( 'recovery_mode_auth_key' ); 203 203
Note: See TracChangeset
for help on using the changeset viewer.