Plugin Editor: Remove `plugins_loaded` from being re-triggered in `plugin_sandbox_scrape()`.

Props jdgrimes.
Amends [41560].
Fixes #39766.

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


git-svn-id: http://core.svn.wordpress.org/trunk@41505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter 2017-10-02 17:07:49 +00:00
parent a83e4eb40e
commit 31647252e7
2 changed files with 1 additions and 2 deletions

View File

@ -1899,7 +1899,6 @@ function plugin_sandbox_scrape( $plugin ) {
}
$tested_actions = array(
'plugins_loaded' => array(),
'setup_theme' => array(),
'after_setup_theme' => array(),
'init' => array(),

View File

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