Make WordPress Core

Ticket #21938: 21938.patch

File 21938.patch, 509 bytes (added by soulseekah, 13 years ago)

"no-store" please

  • wp-includes/functions.php

     
    903903        $headers = array(
    904904                'Expires' => 'Wed, 11 Jan 1984 05:00:00 GMT',
    905905                'Last-Modified' => gmdate( 'D, d M Y H:i:s' ) . ' GMT',
    906                 'Cache-Control' => 'no-cache, must-revalidate, max-age=0',
     906                'Cache-Control' => 'no-cache, no-store, must-revalidate, max-age=0',
    907907                'Pragma' => 'no-cache',
    908908        );
    909909