Changeset 2552
- Timestamp:
- 04/19/2005 05:24:05 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin.php
r2504 r2552 4 4 auth_redirect(); 5 5 6 header('Expires: Mon, 11 Jan 1984 05:00:00 GMT');6 header('Expires: Wed, 11 Jan 1984 05:00:00 GMT'); 7 7 header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); 8 8 header('Cache-Control: no-cache, must-revalidate, max-age=0'); -
trunk/wp-comments-post.php
r2490 r2552 50 50 setcookie('comment_author_url_' . COOKIEHASH, stripslashes($comment_author_url), time() + 30000000, COOKIEPATH); 51 51 52 header('Expires: Mon, 11 Jan 1984 05:00:00 GMT');52 header('Expires: Wed, 11 Jan 1984 05:00:00 GMT'); 53 53 header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); 54 54 header('Cache-Control: no-cache, must-revalidate, max-age=0'); -
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'); -
trunk/wp-login.php
r2548 r2552 25 25 wp_clearcookie(); 26 26 do_action('wp_logout'); 27 header('Expires: Mon, 11 Jan 1984 05:00:00 GMT');27 header('Expires: Wed, 11 Jan 1984 05:00:00 GMT'); 28 28 header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); 29 29 header('Cache-Control: no-cache, must-revalidate, max-age=0');
Note: See TracChangeset
for help on using the changeset viewer.