Changeset 5465
- Timestamp:
- 09/08/2014 02:33:20 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/ajax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/ajax.php
r5437 r5465 71 71 72 72 // Set the header content type 73 @header( 'Content-Type: text/html; charset=' . get_option( 'blog_charset' ) );73 @header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) ); 74 74 75 75 // Disable content sniffing in browsers that support it
Note: See TracChangeset
for help on using the changeset viewer.