Changeset 14221
- Timestamp:
- 07/29/2026 03:35:02 PM (6 weeks ago)
- Location:
- branches/12.0/src
- Files:
-
- 2 edited
-
bp-core/bp-core-template-loader.php (modified) (2 diffs)
-
bp-groups/bp-groups-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/12.0/src/bp-core/bp-core-template-loader.php
r13847 r14221 650 650 * 651 651 * @since 12.0.0 652 * @since 12.7.1 Make nullable type parameter compatible with PHP 8.4. 652 653 * 653 654 * @param string $bp_request A specific BuddyPress request. … … 655 656 * @return true 656 657 */ 657 function bp_reset_query( $bp_request = '', WP_Query$query = null ) {658 function bp_reset_query( $bp_request = '', $query = null ) { 658 659 global $wp; 659 660 -
branches/12.0/src/bp-groups/bp-groups-admin.php
r13858 r14221 1186 1186 * 1187 1187 * @since 2.6.0 1188 * @since 12.7.1 Make nullable type parameter compatible with PHP 8.4. 1188 1189 * 1189 1190 * @param BP_Groups_Group|null $group The BP_Groups_Group object corresponding to the group being edited. 1190 1191 */ 1191 function bp_groups_admin_edit_metabox_group_type( BP_Groups_Group$group = null ) {1192 function bp_groups_admin_edit_metabox_group_type( $group = null ) { 1192 1193 1193 1194 // Bail if no group ID.
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)