From a240a161b96a8ebb44ed65e1fd14d937a36eb6c2 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 11 Aug 2023 17:03:17 +0000 Subject: [PATCH] Editor: Only exclude auto-generated block files from coding standards checks. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prior to this change, all block files were excluded from coding standards checks, but there's no reason these files shouldn't adhere to core's coding standards. Props lopo, Rahe, adamsilverstein  Fixes #50010 Built from https://develop.svn.wordpress.org/trunk@56392 git-svn-id: http://core.svn.wordpress.org/trunk@55904 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index c7b284e966..7a6b4d9fc3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56391'; +$wp_version = '6.4-alpha-56392'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.