Changeset 50006 for trunk/src/wp-admin/authorize-application.php
- Timestamp:
- 01/24/2021 02:56:18 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/authorize-application.php
r50003 r50006 89 89 } 90 90 91 if ( ! empty( $_SERVER['PHP_AUTH_USER'] ) || ! empty( $_SERVER['PHP_AUTH_PW']) ) {91 if ( wp_is_site_protected_by_basic_auth( 'front' ) ) { 92 92 wp_die( 93 93 __( 'Your website appears to use Basic Authentication, which is not currently compatible with Application Passwords.' ),
Note: See TracChangeset
for help on using the changeset viewer.