From 02fe60ddabcc7ba5d22cb84dd9a85b779bba54ff Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 27 Oct 2023 08:29:27 +0000 Subject: [PATCH] Coding Standards: Remove a redundant section in the `phpcs.xml.dist` ruleset. The affected lines already have ignore annotations in the `wp-includes/class-wp-block-parser-block.php` file itself. Follow-up to [56048], [56738], [56743], [56751], [56752], [56753]. Props jrf, SergeyBiryukov. See #59161. Built from https://develop.svn.wordpress.org/trunk@57017 git-svn-id: http://core.svn.wordpress.org/trunk@56528 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 c9d81edb1f..181ad5b5c4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57013'; +$wp_version = '6.5-alpha-57017'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.