Changeset 20525 for trunk/wp-admin/plugin-editor.php
- Timestamp:
- 04/19/2012 03:41:29 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/plugin-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-editor.php
r19593 r20525 66 66 deactivate_plugins($file, true); 67 67 68 update_option('recently_activated', array($file => time()) + (array)get_option('recently_activated')); 68 if ( ! is_network_admin() ) 69 update_option( 'recently_activated', array( $file => time() ) + (array) get_option( 'recently_activated' ) ); 69 70 70 71 wp_redirect(add_query_arg('_wpnonce', wp_create_nonce('edit-plugin-test_' . $file), "plugin-editor.php?file=$file&liveupdate=1&scrollto=$scrollto&networkwide=" . $network_wide));
Note: See TracChangeset
for help on using the changeset viewer.