Changeset 45611 for trunk/src/wp-admin/plugins.php
- Timestamp:
- 07/09/2019 05:44:42 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/plugins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugins.php
r45602 r45611 171 171 } 172 172 173 @ini_set( 'display_errors', true ); //Ensure that Fatal errors are displayed.173 ini_set( 'display_errors', true ); //Ensure that Fatal errors are displayed. 174 174 // Go back to "sandbox" scope so we get the same errors as before 175 175 plugin_sandbox_scrape( $plugin );
Note: See TracChangeset
for help on using the changeset viewer.