Skip to:
Content

bbPress.org

Ticket #3114: 3114.404.patch

File 3114.404.patch, 409 bytes (added by r-a-y, 8 years ago)
  • src/includes/common/ajax.php

     
    7676        // Disable content sniffing in browsers that support it
    7777        send_nosniff_header();
    7878
     79        // Everything is 200 OK.
     80        status_header( 200 );
     81
    7982        // Perform custom bbPress ajax
    8083        do_action( 'bbp_ajax_' . $_REQUEST['action'] );