Coding Standards: Remove temporary exclusion from the PHPCS ruleset.

Now that the `block-library` package is updated for WP 6.4, this is no longer necessary.

Related PR from Gutenberg repository:
* [https://github.com/WordPress/gutenberg/pull/53866 #53866 Update WPCS to v3.0, and fix all reported Coding Standards issues]

Follow-up to [56695], [56710].

See #59161.
Built from https://develop.svn.wordpress.org/trunk@56741


git-svn-id: http://core.svn.wordpress.org/trunk@56253 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2023-09-28 22:32:22 +00:00
parent c42f8ef694
commit 829bbf3605

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-beta1-56740';
$wp_version = '6.4-beta1-56741';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.