Changeset 13717 for branches/12.0/src/bp-groups/bp-groups-blocks.php
- Timestamp:
- 01/28/2024 06:43:17 PM (2 years ago)
- File:
-
- 1 edited
-
branches/12.0/src/bp-groups/bp-groups-blocks.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/12.0/src/bp-groups/bp-groups-blocks.php
r13677 r13717 371 371 $attributes, 372 372 array( 373 'title' => __( 'Groups', 'buddypress' ),373 'title' => '', 374 374 'maxGroups' => 5, 375 375 'groupDefault' => 'active', … … 377 377 ) 378 378 ); 379 380 if ( ! $block_args['title'] ) { 381 $block_args['title'] = __( 'Groups', 'buddypress' ); 382 } 379 383 380 384 $classnames = 'widget_bp_groups_widget buddypress widget';
Note: See TracChangeset
for help on using the changeset viewer.