Changes between Initial Version and Version 1 of Ticket #6822
- Timestamp:
- 01/13/2016 03:16:13 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6822 – Description
initial v1 15 15 Given that `bp_core_check_for_moderation` isn't ready for prime time currently or at least the checks on act stream and updates are not able to tie into the WP queued pending approval the wise course of action is probably to pull this functionality altogether until #6719 can be addressed. 16 16 17 A patch will be added to remove `bp_check_for_moderation()` 17 Edit: In addition checking the function `bp_activity_check_blacklist_keys` demonstrates similar behaviour in preventing the posting of the commnet to a post from the activity stream however it manages to bypass the WP check and adds the comment without allowing WP to queue it pending aproval and thus it displays in the actual post. 18 19 A patch will be added to remove: 20 `bp_activity_check_moderation_keys()` & `bp_activity_check_blacklist_keys()`