Make WordPress Core


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

Use wp_redirect().

File:
1 edited

Legend:

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

    r3804 r3928  
    4545        fwrite($f, $newcontent);
    4646        fclose($f);
    47         header("Location: plugin-editor.php?file=$file&a=te");
     47        wp_redirect("plugin-editor.php?file=$file&a=te");
    4848    } else {
    49         header("Location: plugin-editor.php?file=$file");
     49        wp_redirect("plugin-editor.php?file=$file");
    5050    }
    5151
Note: See TracChangeset for help on using the changeset viewer.