Changeset 2623 for trunk/wp-comments-post.php
- Timestamp:
- 06/09/2005 12:17:43 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-comments-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments-post.php
r2580 r2623 53 53 setcookie('comment_author_url_' . COOKIEHASH, stripslashes($comment_author_url), time() + 30000000, COOKIEPATH); 54 54 55 header('Expires: Wed, 11 Jan 1984 05:00:00 GMT'); 56 header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); 57 header('Cache-Control: no-cache, must-revalidate, max-age=0'); 58 header('Pragma: no-cache'); 55 nocache_headers(); 59 56 60 57 $location = (empty($_POST['redirect_to'])) ? $_SERVER["HTTP_REFERER"] : $_POST['redirect_to'];
Note: See TracChangeset
for help on using the changeset viewer.