Bind this at calltime instead of letting self spill down into closures.

See #28510.

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


git-svn-id: http://core.svn.wordpress.org/trunk@31361 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-02-09 04:45:28 +00:00
parent 308ae4c887
commit ef12a2cc8c
18 changed files with 137 additions and 151 deletions

View File

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