Forgot to uncomment debug line

git-svn-id: http://svn.automattic.com/wordpress/trunk@1796 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-10-14 07:34:55 +00:00
parent 5c4e8a43a8
commit 9d7cee76d2
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ case 'editpost':
} else {
$location = 'post.php';
}
//header ('Location: ' . $location); // Send user on their way while we keep working
header ('Location: ' . $location); // Send user on their way while we keep working
$now = current_time('mysql');
$now_gmt = current_time('mysql', 1);