Changeset 11858 for trunk/src/bp-templates/bp-nouveau/includes/ajax.php
- Timestamp:
- 02/15/2018 03:52:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/ajax.php
r11855 r11858 16 16 */ 17 17 function bp_nouveau_ajax_object_template_loader() { 18 if ( 'POST' !== strtoupper( $_SERVER['REQUEST_METHOD']) ) {18 if ( ! bp_is_post_request() ) { 19 19 wp_send_json_error(); 20 20 }
Note: See TracChangeset
for help on using the changeset viewer.