mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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
This commit is contained in:
+1
-1
@@ -1393,7 +1393,7 @@ switch ( $action ) {
|
||||
|
||||
if ( $has_errors ) {
|
||||
$aria_describedby = ' aria-describedby="login_error"';
|
||||
}
|
||||
}
|
||||
|
||||
if ( $has_errors && 'message' === $errors->get_error_data() ) {
|
||||
$aria_describedby = ' aria-describedby="login-message"';
|
||||
|
||||
Reference in New Issue
Block a user