Changeset 50044 for branches/5.6/src/wp-admin/user-edit.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/user-edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-admin/user-edit.php
r49754 r50044 740 740 } 741 741 742 if ( empty( $_SERVER['PHP_AUTH_USER'] ) && empty( $_SERVER['PHP_AUTH_PW']) ) {742 if ( ! wp_is_site_protected_by_basic_auth( 'front' ) ) { 743 743 ?> 744 744 <div class="create-application-password form-wrap">
Note: See TracChangeset
for help on using the changeset viewer.