Changeset 27253 for trunk/src/wp-admin/load-styles.php
- Timestamp:
- 02/25/2014 01:27:57 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/load-styles.php
r26374 r27253 135 135 } 136 136 137 header('Content-Type: text/css ');137 header('Content-Type: text/css; charset=UTF-8'); 138 138 header('Expires: ' . gmdate( "D, d M Y H:i:s", time() + $expires_offset ) . ' GMT'); 139 139 header("Cache-Control: public, max-age=$expires_offset");
Note: See TracChangeset
for help on using the changeset viewer.