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
This commit is contained in:
parent
2aa3f8fbeb
commit
02fe60ddab
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue