Ticket #21938: 21938.patch
| File 21938.patch, 509 bytes (added by , 13 years ago) |
|---|
-
wp-includes/functions.php
903 903 $headers = array( 904 904 'Expires' => 'Wed, 11 Jan 1984 05:00:00 GMT', 905 905 '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', 907 907 'Pragma' => 'no-cache', 908 908 ); 909 909