Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/10/2023 04:01:49 AM (2 years ago)
Author:
imath
Message:

Raise WordPress required version to 5.8

Closes https://github.com/buddypress/buddypress/pull/61
Fixes #8822

File:
1 edited

Legend:

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

    r13170 r13417  
    38893889    );
    38903890
    3891     if ( $block_name && bp_is_running_wp( '5.8.0', '>=' ) ) {
     3891    if ( $block_name ) {
    38923892        $widget_blocks = get_option( 'widget_block', array() );
    38933893        $sidebars      = wp_get_sidebars_widgets();
Note: See TracChangeset for help on using the changeset viewer.