Changeset 44717 for trunk/src/wp-includes/ms-load.php
- Timestamp:
- 01/30/2019 11:00:30 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-load.php
r44524 r44717 52 52 $plugins[] = WP_PLUGIN_DIR . '/' . $plugin; 53 53 } 54 }55 56 /*57 * Remove plugins from the list of active plugins when we're on an endpoint58 * that should be protected against WSODs and the plugin is paused.59 */60 if ( is_protected_endpoint() ) {61 $plugins = wp_skip_paused_plugins( $plugins );62 54 } 63 55
Note: See TracChangeset
for help on using the changeset viewer.