Make WordPress Core


Ignore:
Timestamp:
12/19/2004 06:43:45 PM (21 years ago)
Author:
saxmatt
Message:

Don't cache. No, really. Hat tip: Kimmo Suominen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin.php

    r1964 r1983  
    55auth_redirect();
    66
     7header('Expires: Mon, 11 Jan 1984 05:00:00 GMT');
     8header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
     9header('Cache-Control: no-cache, must-revalidate, max-age=0');
     10header('Pragma: no-cache');
    711
    812$dogs = $wpdb->get_results("SELECT * FROM $wpdb->categories");
Note: See TracChangeset for help on using the changeset viewer.