Coding Standards: Various brace indentation corrections.

Props mukesh27.
Fixes #57210.
See #56791.


git-svn-id: https://develop.svn.wordpress.org/trunk@54881 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2022-11-26 20:59:05 +00:00
parent 4c0e7708b4
commit 1111d2b9e6
7 changed files with 14 additions and 7 deletions

View File

@@ -221,7 +221,8 @@ if ( $file_description !== $file_show ) {
<?php
echo $theme->display( 'Name' );
if ( $description ) {
echo ': ' . $description;}
echo ': ' . $description;
}
?>
</h2>
</div>