Changeset 3937 for branches/2.0/wp-admin/theme-editor.php
- Timestamp:
- 06/27/2006 11:10:02 PM (20 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-admin/theme-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/theme-editor.php
r3805 r3937 59 59 fwrite($f, $newcontent); 60 60 fclose($f); 61 header("Location:theme-editor.php?file=$file&theme=$theme&a=te");61 wp_redirect("theme-editor.php?file=$file&theme=$theme&a=te"); 62 62 } else { 63 header("Location:theme-editor.php?file=$file&theme=$theme");63 wp_redirect("theme-editor.php?file=$file&theme=$theme"); 64 64 } 65 65
Note: See TracChangeset
for help on using the changeset viewer.