Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/12/2020 03:44:15 PM (5 years ago)
Author:
imath
Message:

Templates: remove 'blacklist' language from template packs

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

Fixes #8339

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/classes/class-bp-signup.php

    r12694 r12752  
    161161        );
    162162
    163         // Whitelist sanitization.
     163        // Make sure the orderby clause is allowed.
    164164        if ( ! in_array( $r['orderby'], array( 'login', 'email', 'registered', 'activated' ), true ) ) {
    165165            $r['orderby'] = 'signup_id';
Note: See TracChangeset for help on using the changeset viewer.