Active plugin filter, plugin deactivation array_splice() protection. props apeatling. fixes #10839

git-svn-id: https://develop.svn.wordpress.org/trunk@11966 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2009-09-24 04:15:37 +00:00
parent 5e878a916d
commit 254df719da
2 changed files with 9 additions and 4 deletions

View File

@@ -552,7 +552,7 @@ if ( get_option('hack_file') ) {
require(ABSPATH . 'my-hacks.php');
}
$current_plugins = get_option('active_plugins');
$current_plugins = apply_filters( 'active_plugins', get_option( 'active_plugins' ) );
if ( is_array($current_plugins) && !defined('WP_INSTALLING') ) {
foreach ( $current_plugins as $plugin ) {
// check the $plugin filename