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:
parent
5c4e8a43a8
commit
9d7cee76d2
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue