Changeset 16015
- Timestamp:
- 10/27/2010 04:52:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-editor.php
r16008 r16015 68 68 exit; 69 69 } 70 wp_redirect( adin_url("plugin-editor.php?file=$file&a=te&scrollto=$scrollto") );71 } else { 72 wp_redirect( admin_url("plugin-editor.php?file=$file&scrollto=$scrollto") );70 wp_redirect( self_admin_url("plugin-editor.php?file=$file&a=te&scrollto=$scrollto") ); 71 } else { 72 wp_redirect( self_admin_url("plugin-editor.php?file=$file&scrollto=$scrollto") ); 73 73 } 74 74 exit; … … 88 88 activate_plugin($file, "plugin-editor.php?file=$file&phperror=1", ! empty( $_GET['networkwide'] ) ); // we'll override this later if the plugin can be included without fatal error 89 89 90 wp_redirect( admin_url("plugin-editor.php?file=$file&a=te&scrollto=$scrollto") );90 wp_redirect( self_admin_url("plugin-editor.php?file=$file&a=te&scrollto=$scrollto") ); 91 91 exit; 92 92 }
Note: See TracChangeset
for help on using the changeset viewer.