Make WordPress Core


Ignore:
Timestamp:
11/26/2022 08:59:05 PM (3 years ago)
Author:
audrasjb
Message:

Coding Standards: Various brace indentation corrections.

Props mukesh27.
Fixes #57210.
See #56791.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/file.php

    r54872 r54881  
    23942394        <?php
    23952395        if ( ! defined( 'FTP_PASS' ) ) {
    2396             _e( 'This password will not be stored on the server.' );}
     2396            _e( 'This password will not be stored on the server.' );
     2397        }
    23972398        ?>
    23982399    </label>
Note: See TracChangeset for help on using the changeset viewer.