Changeset 2552 for trunk/wp-login.php
- Timestamp:
- 04/19/2005 05:24:05 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.