Plugins: Clarify that mu-plugins can't be "active" in docs.

Plugins installed in the plugins/ folder can be activated by users. This puts the plugin in an "active" state. Plugins in the mu-folder/ are "must-use" plugins that are always loaded. They can't be activated, and thereby can't be "active." Because of this, using the `is_plugin_active()` or `is_plugin_active_for_network()` returns false when checking for these plugins. This clarifies that behavior in the functions' docs.

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


git-svn-id: http://core.svn.wordpress.org/trunk@36364 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Eric Lewis
2016-01-26 00:32:27 +00:00
parent af25083b6f
commit d01e8db4ad
2 changed files with 12 additions and 2 deletions

View File

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