Changeset 13859 for trunk/wp-admin/plugin-editor.php
- Timestamp:
- 03/28/2010 03:28:52 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-editor.php
r13191 r13859 57 57 if ( is_plugin_active($file) ) 58 58 deactivate_plugins($file, true); 59 60 update_option('recently_activated', array($file => time()) + (array)get_option('recently_activated')); 61 59 62 wp_redirect(add_query_arg('_wpnonce', wp_create_nonce('edit-plugin-test_' . $file), "plugin-editor.php?file=$file&liveupdate=1&scrollto=$scrollto")); 60 63 exit;
Note: See TracChangeset
for help on using the changeset viewer.