Changeset 26509
- Timestamp:
- 12/01/2013 11:12:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r26262 r26509 624 624 $network_deactivating = false !== $network_wide && is_plugin_active_for_network( $plugin ); 625 625 626 if ( ! $silent ) 626 if ( ! $silent ) { 627 627 /** 628 628 * Fires for each plugin being deactivated in deactivate_plugins(), before deactivation … … 636 636 */ 637 637 do_action( 'deactivate_plugin', $plugin, $network_deactivating ); 638 } 638 639 639 640 if ( false !== $network_wide ) {
Note: See TracChangeset
for help on using the changeset viewer.