Changeset 2552 for trunk/wp-includes/pluggable-functions.php
- Timestamp:
- 04/19/2005 05:24:05 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable-functions.php
r2516 r2552 107 107 !wp_login($_COOKIE['wordpressuser_' . COOKIEHASH], $_COOKIE['wordpresspass_' . COOKIEHASH], true)) || 108 108 (empty($_COOKIE['wordpressuser_' . COOKIEHASH])) ) { 109 header('Expires: Mon, 11 Jan 1984 05:00:00 GMT');109 header('Expires: Wed, 11 Jan 1984 05:00:00 GMT'); 110 110 header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); 111 111 header('Cache-Control: no-cache, must-revalidate, max-age=0');
Note: See TracChangeset
for help on using the changeset viewer.