Changes between Initial Version and Version 1 of Ticket #4814, comment 11
- Timestamp:
- 05/01/2013 06:13:26 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4814, comment 11
initial v1 17 17 > If we are going to kill the page like this, we should use the existing bp_is_user_spammer() and bp_is_user_deleted() functions, rather than off-load the logic. 18 18 19 I decided not to use `bp_is_user_spammer()`, because we've already queried that data for the logged-in user in the `$bp->loggedin_user` object. Thanks to your feedback, I've added that logic directly in the function now. See r6 893.19 I decided not to use `bp_is_user_spammer()`, because we've already queried that data for the logged-in user in the `$bp->loggedin_user` object. Thanks to your feedback, I've added that logic directly in the function now. See r6983.