Changeset 1983 for trunk/wp-includes/functions.php
- Timestamp:
- 12/19/2004 06:43:45 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r1979 r1983 1561 1561 if ( (!empty($_COOKIE['wordpressuser_' . COOKIEHASH]) && 1562 1562 !wp_login($_COOKIE['wordpressuser_' . COOKIEHASH], $_COOKIE['wordpresspass_' . COOKIEHASH], true)) || 1563 (empty($_COOKIE['wordpressuser_' . COOKIEHASH])) ) {1564 header('Expires: Wed, 5 Jun 1979 23:41:00 GMT'); // Michel's birthday1563 (empty($_COOKIE['wordpressuser_' . COOKIEHASH])) ) { 1564 header('Expires: Mon, 11 Jan 1984 05:00:00 GMT'); 1565 1565 header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); 1566 header('Cache-Control: no-cache, must-revalidate ');1566 header('Cache-Control: no-cache, must-revalidate, max-age=0'); 1567 1567 header('Pragma: no-cache'); 1568 1568
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)