Changeset 13752 for trunk/src/bp-core/bp-core-catchuri.php
- Timestamp:
- 03/08/2024 01:33:21 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-catchuri.php
r13694 r13752 31 31 // Only set BuddyPress URI globals for registered Ajax actions. 32 32 if ( ! bp_ajax_action_is_registered( $action ) ) { 33 return; 34 } 35 36 if ( 'heartbeat' === $action && empty( $_REQUEST['data']['bp_heartbeat'] ) ) { 33 37 return; 34 38 }
Note: See TracChangeset
for help on using the changeset viewer.