Plugin Editor: Remove plugins_loaded
from being re-triggered in plugin_sandbox_scrape()
.
Props jdgrimes. Amends [41560]. Fixes #39766. git-svn-id: https://develop.svn.wordpress.org/trunk@41671 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ef14cd1952
commit
e8e027e7a6
@ -1899,7 +1899,6 @@ function plugin_sandbox_scrape( $plugin ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$tested_actions = array(
|
$tested_actions = array(
|
||||||
'plugins_loaded' => array(),
|
|
||||||
'setup_theme' => array(),
|
'setup_theme' => array(),
|
||||||
'after_setup_theme' => array(),
|
'after_setup_theme' => array(),
|
||||||
'init' => array(),
|
'init' => array(),
|
||||||
|
Loading…
Reference in New Issue
Block a user