Some code cleanups.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1974 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user