Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/10/2023 03:12:09 AM (3 years ago)
Author:
imath
Message:

Improve PHP 8.2 compatibility

  • Add the #[AllowDynamicProperties] attribute to classes when we add dynamic properties to these into our codebase.
  • Add PHP 8.2 to our PHPUnit testing matrix

Closes https://github.com/buddypress/buddypress/pull/62
Fixes #8820

File:
1 edited

Legend:

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

    r13184 r13414  
    162162            'max'                 => false,
    163163            'user_id'             => false,
    164             'search_terms'        => null,
     164            'search_terms'        => '',
    165165            'include'             => false,
    166166            'populate_extras'     => true,
Note: See TracChangeset for help on using the changeset viewer.