Skip to content

Commit 1e23c3c

Browse files
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] * [WordPress/WordPress-Coding-Standards@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: https://core.svn.wordpress.org/trunk@60618 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent 29da06c commit 1e23c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '7.0-alpha-61303';
19+
$wp_version = '7.0-alpha-61306';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)