Changeset 50044 for branches/5.6/src/wp-admin/authorize-application.php
- Timestamp:
- 01/28/2021 12:27:13 AM (5 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/authorize-application.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-admin/authorize-application.php
r50004 r50044 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.