Ticket #3114: 3114.404.patch
File 3114.404.patch, 409 bytes (added by , 8 years ago) |
---|
-
src/includes/common/ajax.php
76 76 // Disable content sniffing in browsers that support it 77 77 send_nosniff_header(); 78 78 79 // Everything is 200 OK. 80 status_header( 200 ); 81 79 82 // Perform custom bbPress ajax 80 83 do_action( 'bbp_ajax_' . $_REQUEST['action'] );