Make WordPress Core


Ignore:
Timestamp:
12/18/2004 08:56:26 PM (21 years ago)
Author:
saxmatt
Message:

Some code cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-comments-post.php

    r1968 r1974  
    4444$location = get_permalink($comment_post_ID);
    4545
    46 if ($is_IIS) {
    47     header("Refresh: 0;url=$location");
    48 } else {
    49     header("Location: $location");
    50 }
     46header("Location: $location");
    5147
    5248?>
Note: See TracChangeset for help on using the changeset viewer.