Make WordPress Core

Changeset 53708


Ignore:
Timestamp:
07/15/2022 11:57:29 PM (2 years ago)
Author:
joedolson
Message:

Coding Standards: Missed space in code indentation in [53707].

Fixes code style issue from [53707].

Follow up to [53707].

See #54483.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r53707 r53708  
    13941394        if ( $has_errors ) {
    13951395            $aria_describedby = ' aria-describedby="login_error"';
    1396         }
     1396        }
    13971397
    13981398        if ( $has_errors && 'message' === $errors->get_error_data() ) {
Note: See TracChangeset for help on using the changeset viewer.