Changeset 14217
- Timestamp:
- 07/29/2026 03:34:11 PM (5 weeks ago)
- Location:
- branches/14.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/14.0/src/bp-core/bp-core-template-loader.php
r14150 r14217 654 654 * 655 655 * @since 12.0.0 656 * @since 14.5.1 Make nullable type parameter compatible with PHP 8.4. 656 657 * 657 658 * @param string $bp_request A specific BuddyPress request. … … 659 660 * @return true 660 661 */ 661 function bp_reset_query( $bp_request = '', WP_Query$query = null ) {662 function bp_reset_query( $bp_request = '', $query = null ) { 662 663 global $wp; 663 664 -
branches/14.0/src/bp-groups/bp-groups-admin.php
r14176 r14217 1163 1163 * 1164 1164 * @since 2.6.0 1165 * @since 14.5.1 Make nullable type parameter compatible with PHP 8.4. 1165 1166 * 1166 1167 * @param BP_Groups_Group|null $group The BP_Groups_Group object corresponding to the group being edited. 1167 1168 */ 1168 function bp_groups_admin_edit_metabox_group_type( BP_Groups_Group$group = null ) {1169 function bp_groups_admin_edit_metabox_group_type( $group = null ) { 1169 1170 1170 1171 // 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)