Changeset 13108 for trunk/src/bp-groups/bp-groups-blocks.php
- Timestamp:
- 09/12/2021 08:43:39 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-groups/bp-groups-blocks.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-blocks.php
r13020 r13108 24 24 $bp = buddypress(); 25 25 26 $block_args = wp_parse_args(26 $block_args = bp_parse_args( 27 27 $attributes, 28 28 array( … … 191 191 $bp = buddypress(); 192 192 193 $block_args = wp_parse_args(193 $block_args = bp_parse_args( 194 194 $attributes, 195 195 array( … … 346 346 */ 347 347 function bp_groups_render_dynamic_groups_block( $attributes = array() ) { 348 $block_args = wp_parse_args(348 $block_args = bp_parse_args( 349 349 $attributes, 350 350 array(
Note: See TracChangeset
for help on using the changeset viewer.