Changeset 6538 for trunk/src/includes/common/ajax.php
- Timestamp:
- 06/13/2017 05:48:49 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/ajax.php
r6498 r6538 77 77 send_nosniff_header(); 78 78 79 // Everything is 200 OK. 80 status_header( 200 ); 81 79 82 // Perform custom bbPress ajax 80 do_action( 'bbp_ajax_' . $_REQUEST['action']);83 do_action( 'bbp_ajax_' . sanitize_key( $_REQUEST['action'] ) ); 81 84 82 85 // All done
Note: See TracChangeset
for help on using the changeset viewer.