From 904bb037c514d645cd0cc41e307f274a5cfb15b1 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Thu, 14 Oct 2004 07:34:55 +0000 Subject: [PATCH] Forgot to uncomment debug line git-svn-id: https://develop.svn.wordpress.org/trunk@1796 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/post.php b/wp-admin/post.php index 4f453dfeb5..85cf779490 100644 --- a/wp-admin/post.php +++ b/wp-admin/post.php @@ -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);