Skip to content

Commit 9341481

Browse files
committed
Coding Standards: Missed space in code indentation in [53707].
Fixes code style issue from [53707]. Follow up to [53707]. See #54483. git-svn-id: https://develop.svn.wordpress.org/trunk@53708 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e9c9c59 commit 9341481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ function wp_login_viewport_meta() {
13931393

13941394
if ( $has_errors ) {
13951395
$aria_describedby = ' aria-describedby="login_error"';
1396-
}
1396+
}
13971397

13981398
if ( $has_errors && 'message' === $errors->get_error_data() ) {
13991399
$aria_describedby = ' aria-describedby="login-message"';

0 commit comments

Comments
 (0)