Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/12/2021 08:43:39 PM (3 years ago)
Author:
espellcaste
Message:

Update all references from wp_parse_args to bp_parse_args.

Also, add WPCS improvements to align bp_parse_args correctly.

Props imath
Fixes #8564

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/testcase.php

    r12451 r13108  
    221221
    222222    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(
    224224            'date_modified' => bp_core_current_time(),
    225225            'is_confirmed'  => 1,
Note: See TracChangeset for help on using the changeset viewer.