Coding Standards: Upgrade WPCS to 2.1.1.
Noteable changes: - WPCS now throws warnings when non-strict comparisons are used. There are quite a few of them in Core. 🙃 - WPCS now detects and warns for assignments in loop conditions. See #47632. Built from https://develop.svn.wordpress.org/trunk@45600 git-svn-id: http://core.svn.wordpress.org/trunk@45411 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a02b5cc2a8
commit
d378f0a8f4
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-alpha-45599';
|
||||
$wp_version = '5.3-alpha-45600';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue