Coding Standards: Upgrade WPCS to version 3.3.0.

The impact on existing WordPress core code is expected to be minimal. The release updates some sniffs to account for changes in recent WordPress versions up to 6.9.0-RC2.

References:
* [https://github.com/WordPress/WordPress-Coding-Standards/releases/tag/3.3.0 WPCS 3.3.0 release notes]
* [https://github.com/WordPress/WordPress-Coding-Standards/compare/3.2.0...3.3.0 Full list of changes in WPCS 3.3.0]

Follow-up to [56695], [56799], [57378], [57986], [60523].

Props jrf, dingo_d, garyj, rodrigosprimo, johnjago, SergeyBiryukov.
Fixes #64302.
Built from https://develop.svn.wordpress.org/trunk@61306


git-svn-id: http://core.svn.wordpress.org/trunk@60618 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2025-11-25 14:45:35 +00:00
parent 685fff8565
commit 1825c2a80d

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '7.0-alpha-61303';
$wp_version = '7.0-alpha-61306';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.