Changeset 13108 for trunk/tests/phpunit/includes/testcase.php
- Timestamp:
- 09/12/2021 08:43:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r12451 r13108 221 221 222 222 public static function add_user_to_group( $user_id, $group_id, $args = array() ) { 223 $r = wp_parse_args( $args, array(223 $r = bp_parse_args( $args, array( 224 224 'date_modified' => bp_core_current_time(), 225 225 'is_confirmed' => 1,
Note: See TracChangeset
for help on using the changeset viewer.