Ticket #15518: plugin-editor.15518.diff
| File plugin-editor.15518.diff, 622 bytes (added by , 15 years ago) |
|---|
-
wp-admin/plugin-editor.php
70 70 update_option('recently_activated', array($file => time()) + (array)get_option('recently_activated')); 71 71 72 72 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)); 73 exit; 73 74 } 74 75 wp_redirect( self_admin_url("plugin-editor.php?file=$file&a=te&scrollto=$scrollto") ); 75 76 } else {