mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-12 18:42:03 +01:00
Build Tools: Remove outmoded jsvalidate task from Gruntfile.
grunt-jsvalidate was added to catch situations where minification introduced parsing errors in Internet Explorer. IE is no longer supported by WordPress, and the grunt task itself has not been maintained for a decade. Removing this task simplifies the build and avoids false-positive warnings where the outdated tool flags modern JS syntax incorrectly. Props westonruter, joemcgill, jorbin, youknowriad, desrosj, swissspidy. Fixes #58645. See #26615. Built from https://develop.svn.wordpress.org/trunk@56247 git-svn-id: http://core.svn.wordpress.org/trunk@55759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e1b050cb9b
commit
6443800aa6
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.3-beta4-56246';
|
||||
$wp_version = '6.3-beta4-56247';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user