Changeset 2623 for trunk/wp-login.php
- Timestamp:
- 06/09/2005 12:17:43 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r2552 r2623 5 5 $error = ''; 6 6 7 header('Expires: Wed, 11 Jan 1984 05:00:00 GMT'); 8 header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); 9 header('Cache-Control: no-cache, must-revalidate'); 10 header('Pragma: no-cache'); 7 nocache_headers(); 8 11 9 header('Content-Type: '.get_bloginfo('html_type').'; charset='.get_bloginfo('charset')); 12 10 … … 25 23 wp_clearcookie(); 26 24 do_action('wp_logout'); 27 header('Expires: Wed, 11 Jan 1984 05:00:00 GMT'); 28 header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); 29 header('Cache-Control: no-cache, must-revalidate, max-age=0'); 30 header('Pragma: no-cache'); 25 nocache_headers(); 31 26 wp_redirect('wp-login.php'); 32 27 exit();
Note: See TracChangeset
for help on using the changeset viewer.