mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 15:14:37 +00:00
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:
@@ -221,7 +221,8 @@ if ( $file_description !== $file_show ) {
|
||||
<?php
|
||||
echo $theme->display( 'Name' );
|
||||
if ( $description ) {
|
||||
echo ': ' . $description;}
|
||||
echo ': ' . $description;
|
||||
}
|
||||
?>
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user