Coding Standards: Various brace indentation corrections.

Props mukesh27.
Fixes #57210.
See #56791.

Built from https://develop.svn.wordpress.org/trunk@54881


git-svn-id: http://core.svn.wordpress.org/trunk@54433 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2022-11-26 21:01:17 +00:00
parent 00c3bea83b
commit a73fc6c084
8 changed files with 15 additions and 8 deletions

View File

@@ -2393,7 +2393,8 @@ function request_filesystem_credentials( $form_post, $type = '', $error = false,
<input name="password" type="password" id="password" value="<?php echo $password_value; ?>"<?php disabled( defined( 'FTP_PASS' ) ); ?> />
<?php
if ( ! defined( 'FTP_PASS' ) ) {
_e( 'This password will not be stored on the server.' );}
_e( 'This password will not be stored on the server.' );
}
?>
</label>
</div>