Some code cleanups.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1974 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt
2004-12-18 20:56:26 +00:00
parent b3a3894b2a
commit fef86c9964
4 changed files with 16 additions and 47 deletions

View File

@@ -43,10 +43,6 @@ header('Pragma: no-cache');
$location = get_permalink($comment_post_ID);
if ($is_IIS) {
header("Refresh: 0;url=$location");
} else {
header("Location: $location");
}
header("Location: $location");
?>