Build/Test tools: Add "apply" as alias for "patch"

The command applies a patch, so apply makes just as much sense. Additionally, this is to help translate dev tools into Australian.

Props netweb.
Fixes #38724.

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


git-svn-id: http://core.svn.wordpress.org/trunk@39135 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2016-11-10 03:22:31 +00:00
parent f94285d68c
commit 0e2dd4d85f

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-beta2-39194';
$wp_version = '4.7-beta2-39195';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.