Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/31/2020 02:26:38 PM (6 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/class-buddypress.php

    r12678 r12698  
    511511                        require( $this->plugin_dir . 'bp-core/deprecated/4.0.php' );
    512512                        require( $this->plugin_dir . 'bp-core/deprecated/6.0.php' );
     513                        require( $this->plugin_dir . 'bp-core/deprecated/7.0.php' );
    513514                }
    514515
Note: See TracChangeset for help on using the changeset viewer.