mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Bootstrap/Load: Revert fatal error recovery mechanism from 5.1 to polish for 5.2.
Due to the high number of follow-up tickets and associated security concerns, it was decided to reschedule the fatal error recovery feature for WordPress 5.2, in order to address these issues properly. The feature will continue to be developed, with iterations being merged into trunk early in the 5.2 release cycle. Fixes #46141. See #44458, #45932, #45940, #46038, #46047, #46068. git-svn-id: https://develop.svn.wordpress.org/trunk@44717 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -53,14 +53,6 @@ function wp_get_active_network_plugins() {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Remove plugins from the list of active plugins when we're on an endpoint
|
||||
* that should be protected against WSODs and the plugin is paused.
|
||||
*/
|
||||
if ( is_protected_endpoint() ) {
|
||||
$plugins = wp_skip_paused_plugins( $plugins );
|
||||
}
|
||||
|
||||
return $plugins;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user