Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/29/2024 06:31:34 PM (3 years ago)
Author:
imath
Message:

Raise WordPress required version to 6.1

  • Do required WP version bumps.
  • Remove WP function/version checks when these were about WP version < 6.1.
  • Init the 14.0.0 deprecated functions file.
  • Update the GH PHP Unit Action and remove the 6.0 wp-phpunit/wp-phpunit composer package downgrade that was needed when testing WP version < 6.1.

Fixes #9051
Closes https://github.com/buddypress/buddypress/pull/226

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress-functions.php

    r13709 r13718  
    8484                $this->directory_nav  = new BP_Core_Nav( bp_get_root_blog_id() );
    8585                $this->is_block_theme = false;
    86 
    87                 if ( bp_is_running_wp( '5.9.0', '>=' ) ) {
    88                         $this->is_block_theme = wp_is_block_theme();
    89                 }
     86                $this->is_block_theme = wp_is_block_theme();
    9087        }
    9188
Note: See TracChangeset for help on using the changeset viewer.