Skip to:
Content

bbPress.org

Changeset 5465


Ignore:
Timestamp:
09/08/2014 02:33:20 PM (11 years ago)
Author:
johnjamesjacoby
Message:

In bbp_do_ajax() use get_option( 'html_type' ).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/common/ajax.php

    r5437 r5465  
    7171
    7272    // 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' ) );
    7474
    7575    // Disable content sniffing in browsers that support it
Note: See TracChangeset for help on using the changeset viewer.