Coding Standards: Fix brace indentation in wp-align/includes/noop.php.

Props alberuni-azad.
Fixes #57209.
See #56792.

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


git-svn-id: http://core.svn.wordpress.org/trunk@54428 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-11-26 09:12:17 +00:00
parent 6025b41a5c
commit b4888708bb
2 changed files with 3 additions and 2 deletions

View File

@ -66,7 +66,8 @@ function get_bloginfo() {}
* @ignore
*/
function is_admin() {
return true;}
return true;
}
/**
* @ignore

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.2-alpha-54875';
$wp_version = '6.2-alpha-54876';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.