Changeset 31029 for trunk/src/wp-admin/load-scripts.php
- Timestamp:
- 01/03/2015 02:56:14 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/load-scripts.php
r29015 r31029 144 144 } 145 145 146 header('Content-Type: application/ x-javascript; charset=UTF-8');146 header('Content-Type: application/javascript; charset=UTF-8'); 147 147 header('Expires: ' . gmdate( "D, d M Y H:i:s", time() + $expires_offset ) . ' GMT'); 148 148 header("Cache-Control: public, max-age=$expires_offset");
Note: See TracChangeset
for help on using the changeset viewer.