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:
parent
6025b41a5c
commit
b4888708bb
|
@ -66,7 +66,8 @@ function get_bloginfo() {}
|
||||||
* @ignore
|
* @ignore
|
||||||
*/
|
*/
|
||||||
function is_admin() {
|
function is_admin() {
|
||||||
return true;}
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ignore
|
* @ignore
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue