Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #6822


Ignore:
Timestamp:
01/13/2016 03:16:13 PM (9 years ago)
Author:
hnla
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6822 – Description

    initial v1  
    1515Given 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.
    1616
    17 A patch will be added to remove `bp_check_for_moderation()`
     17Edit: 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
     19A patch will be added to remove:
     20`bp_activity_check_moderation_keys()` & `bp_activity_check_blacklist_keys()`