Make WordPress Core

Changeset 1796


Ignore:
Timestamp:
10/14/2004 07:34:55 AM (20 years ago)
Author:
saxmatt
Message:

Forgot to uncomment debug line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/post.php

    r1794 r1796  
    325325        $location = 'post.php';
    326326    }
    327     //header ('Location: ' . $location); // Send user on their way while we keep working
     327    header ('Location: ' . $location); // Send user on their way while we keep working
    328328
    329329$now = current_time('mysql');
Note: See TracChangeset for help on using the changeset viewer.