diff --git a/wp-admin/includes/noop.php b/wp-admin/includes/noop.php index ba611fc9e1..b29f6044d8 100644 --- a/wp-admin/includes/noop.php +++ b/wp-admin/includes/noop.php @@ -66,7 +66,8 @@ function get_bloginfo() {} * @ignore */ function is_admin() { - return true;} + return true; +} /** * @ignore diff --git a/wp-includes/version.php b/wp-includes/version.php index 9f2866c248..6016ba49f8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.