Bump grunt-patch-wordpress to 1.0.0

Adds the ability to do file mapping (see #43055 ), reformats all of the code to bring it inline with the current WordPress coding standards, and fixes a small number of bugs.

Props pento, netweb, boblinthorst, ireneyoast, omarreiss, herregroen, jorbin
Fixes #43646


Built from https://develop.svn.wordpress.org/trunk@42887


git-svn-id: http://core.svn.wordpress.org/trunk@42717 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2018-03-28 16:24:32 +00:00
parent 2f0f413aa5
commit 80464d93bb

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-42886';
$wp_version = '5.0-alpha-42887';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.