Skip to content

Commit

Permalink
Fix spacing in changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thrijith committed Oct 24, 2024
1 parent 2628f52 commit 8073b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wp-admin/user-edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@
);
?>
</p>
<?php
<?php
endif;
endif;
?>
Expand All @@ -837,7 +837,7 @@

<button type="button" name="do_new_application_password" id="do_new_application_password" class="button button-secondary"><?php _e( 'Add New Application Password' ); ?></button>
</div>
<?php
<?php
else :
wp_admin_notice(
__( 'Your website appears to use Basic Authentication, which is not currently compatible with Application Passwords.' ),
Expand Down

0 comments on commit 8073b6a

Please sign in to comment.