Changeset 4001 for theme-switcher/trunk

Show
Ignore:
Timestamp:
11/20/05 01:58:26 (3 years ago)
Author:
ryan
Message:

Exit after sending the redirect header.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • theme-switcher/trunk/theme-switcher.php

    r1296 r4001  
    55Plugin URI: http://wordpress.org/ 
    66Description: Allow your readers to switch themes. 
    7 Version: 0.3 
     7Version: 0.5 
    88Author: Ryan Boren 
    99Author URI: http://boren.nu/ 
     
    4343            else 
    4444                  header("Location: ". $redirect); 
     45 
     46            exit; 
    4547      } 
    4648}