Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/31/2020 02:26:38 PM (4 years ago)
Author:
boonebgorges
Message:

Remove 'whitelist' and 'blacklist' language from moderation checks.

This is part of a series of changes meant to promote clarity and
inclusiveness in the language used in our codebase.

See #8339.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-admin.php

    r12694 r12698  
    400400                     */
    401401                    remove_action( 'bp_activity_before_save', 'bp_activity_check_moderation_keys', 2 );
    402                     remove_action( 'bp_activity_before_save', 'bp_activity_check_blacklist_keys', 2 );
     402                    remove_action( 'bp_activity_before_save', 'bp_activity_check_disallowed_keys', 2 );
    403403
    404404                    bp_activity_mark_as_ham( $activity );
Note: See TracChangeset for help on using the changeset viewer.