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/src/bp-groups/classes/class-bp-groups-group.php

    r13103 r13108  
    11361136        );
    11371137
    1138         $r = bp_parse_args( $args, $defaults, 'bp_groups_group_get' );
     1138        $r = bp_parse_args(
     1139            $args,
     1140            $defaults,
     1141            'bp_groups_group_get'
     1142        );
    11391143
    11401144        $bp = buddypress();
Note: See TracChangeset for help on using the changeset viewer.