Changeset 52398 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 12/21/2021 02:43:18 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r51988 r52398 734 734 </table> 735 735 736 <?php if ( wp_is_application_passwords_available_for_user( $user_id ) || ! wp_is_application_passwords_supported() ) : // phpcs:disable Generic.WhiteSpace.ScopeIndent ?> 736 737 <div class="application-passwords hide-if-no-js" id="application-passwords-section"> 737 738 <h2><?php _e( 'Application Passwords' ); ?></h2> … … 797 798 ?> 798 799 </div> 799 <?php else : ?>800 <?php elseif ( ! wp_is_application_passwords_supported() ) : ?> 800 801 <p><?php _e( 'The application password feature requires HTTPS, which is not enabled on this site.' ); ?></p> 801 802 <p> … … 810 811 <?php endif; ?> 811 812 </div> 813 <?php endif; // phpcs:enable Generic.WhiteSpace.ScopeIndent ?> 812 814 813 815 <?php
Note: See TracChangeset
for help on using the changeset viewer.