Ticket #16399: ticket.16399.diff
| File ticket.16399.diff, 485 bytes (added by ptahdunbar, 2 years ago) |
|---|
-
wp-admin/plugin-editor.php
62 62 63 63 $network_wide = is_plugin_active_for_network( $file ); 64 64 65 do_action( 'edited_plugin', $plugin_files[0], $file, $newcontent ); 66 65 67 // Deactivate so we can test it. 66 68 if ( is_plugin_active($file) || isset($_POST['phperror']) ) { 67 69 if ( is_plugin_active($file) )
