Changeset 5658 for trunk/src/includes/extend/buddypress/notifications.php
- Timestamp:
- 03/24/2015 01:32:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/extend/buddypress/notifications.php
r5512 r5658 183 183 184 184 // Redirect 185 wp_safe_redirect( $redirect ); 186 187 // For good measure 188 exit(); 185 bbp_redirect( $redirect ); 189 186 } 190 187 add_action( 'bbp_get_request', 'bbp_buddypress_mark_notifications', 1 );
Note: See TracChangeset
for help on using the changeset viewer.