Changeset 3928 for trunk/wp-admin/plugin-editor.php
- Timestamp:
- 06/27/2006 05:38:56 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/plugin-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-editor.php
r3804 r3928 45 45 fwrite($f, $newcontent); 46 46 fclose($f); 47 header("Location:plugin-editor.php?file=$file&a=te");47 wp_redirect("plugin-editor.php?file=$file&a=te"); 48 48 } else { 49 header("Location:plugin-editor.php?file=$file");49 wp_redirect("plugin-editor.php?file=$file"); 50 50 } 51 51
Note: See TracChangeset
for help on using the changeset viewer.