- 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/friends/ajax.php
r11856 r11858 63 63 64 64 // Bail if not a POST action. 65 if ( 'POST' !== strtoupper( $_SERVER['REQUEST_METHOD']) ) {65 if ( ! bp_is_post_request() ) { 66 66 wp_send_json_error( $response ); 67 67 }
Note: See TracChangeset
for help on using the changeset viewer.