Make WordPress Core


Ignore:
Timestamp:
04/19/2005 05:24:05 PM (19 years ago)
Author:
matt
Message:

It was a Wednesday. (?!) Hat tip: Lucas Larson

File:
1 edited

Legend:

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

    r2490 r2552  
    5050setcookie('comment_author_url_' . COOKIEHASH, stripslashes($comment_author_url), time() + 30000000, COOKIEPATH);
    5151
    52 header('Expires: Mon, 11 Jan 1984 05:00:00 GMT');
     52header('Expires: Wed, 11 Jan 1984 05:00:00 GMT');
    5353header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
    5454header('Cache-Control: no-cache, must-revalidate, max-age=0');
Note: See TracChangeset for help on using the changeset viewer.