Changeset 16008 for trunk/wp-admin/plugin-editor.php
- Timestamp:
- 10/27/2010 10:43:43 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-editor.php
r15853 r16008 68 68 exit; 69 69 } 70 wp_redirect( "plugin-editor.php?file=$file&a=te&scrollto=$scrollto");71 } else { 72 wp_redirect( "plugin-editor.php?file=$file&scrollto=$scrollto");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") ); 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( "plugin-editor.php?file=$file&a=te&scrollto=$scrollto");90 wp_redirect( 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.