Loading wp-admin/load-styles.php +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ foreach( $load as $handle ) { } } header('Content-Type: text/css'); header('Content-Type: text/css; charset=UTF-8'); header('Expires: ' . gmdate( "D, d M Y H:i:s", time() + $expires_offset ) . ' GMT'); header("Cache-Control: public, max-age=$expires_offset"); Loading Loading
wp-admin/load-styles.php +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ foreach( $load as $handle ) { } } header('Content-Type: text/css'); header('Content-Type: text/css; charset=UTF-8'); header('Expires: ' . gmdate( "D, d M Y H:i:s", time() + $expires_offset ) . ' GMT'); header("Cache-Control: public, max-age=$expires_offset"); Loading