Build/Test Tools: Exclude gutenberg directory when running PHPCS.

The relevant files will be scanned within `src` (provided the build script has been run).

See #64394.
Built from https://develop.svn.wordpress.org/trunk@61726


git-svn-id: http://core.svn.wordpress.org/trunk@61033 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2026-02-24 18:33:15 +00:00
parent 2def07c0da
commit f45ab6c82b

View File

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