Forgot to uncomment debug line

git-svn-id: https://develop.svn.wordpress.org/trunk@1796 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-10-14 07:34:55 +00:00
parent 8a561a99e9
commit 904bb037c5
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);