Changeset 13108 for trunk/src/bp-members/bp-members-blocks.php
- Timestamp:
- 09/12/2021 08:43:39 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-blocks.php
r13007 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( … … 181 181 $bp = buddypress(); 182 182 183 $block_args = wp_parse_args(183 $block_args = bp_parse_args( 184 184 $attributes, 185 185 array( … … 367 367 */ 368 368 function bp_members_render_dynamic_members_block( $attributes = array() ) { 369 $block_args = wp_parse_args(369 $block_args = bp_parse_args( 370 370 $attributes, 371 371 array(
Note: See TracChangeset
for help on using the changeset viewer.