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/themes.php

    r3804 r3928  
    1414        do_action('switch_theme', get_current_theme());
    1515
    16         header('Location: themes.php?activated=true');
     16        wp_redirect('themes.php?activated=true');
    1717        exit;
    1818    }
Note: See TracChangeset for help on using the changeset viewer.