Add basic unit tests for is_plugin_active() and is_plugin_inactive().

Props voldemortensen.
Fixes #30489.
Built from https://develop.svn.wordpress.org/trunk@30557


git-svn-id: http://core.svn.wordpress.org/trunk@30546 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2014-11-25 01:13:23 +00:00
parent 5742174ba8
commit 94b72ccba4

View File

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