Make WordPress Core


Ignore:
Timestamp:
06/27/2006 05:38:56 AM (19 years ago)
Author:
ryan
Message:

Use wp_redirect().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/theme-editor.php

    r3804 r3928  
    5959        fwrite($f, $newcontent);
    6060        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");
    6262    } else {
    63         header("Location: theme-editor.php?file=$file&theme=$theme");
     63        wp_redirect("theme-editor.php?file=$file&theme=$theme");
    6464    }
    6565
Note: See TracChangeset for help on using the changeset viewer.