Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/12/2022 06:41:40 PM (3 years ago)
Author:
imath
Message:

Raise WordPress required version to 5.7

BuddyPress 11.0.0 will require at least WordPress 5.7. The BP Development team took this decision according to our guideline about WordPress version compatibility.

Props espellcaste, dcavins, oztaser.

Fixes #8709

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-moderation.php

    r12698 r13297  
    240240    // Get the moderation keys.
    241241    $disallowed = get_option( 'disallowed_keys' );
    242 
    243     // Support for WP < 5.5.
    244     if ( false === $disallowed ) {
    245         $disallowed = get_option( 'blacklist_keys' );
    246     }
    247 
    248242    $disallowed = trim( $disallowed );
    249243
Note: See TracChangeset for help on using the changeset viewer.