Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/13/2016 05:35:55 AM (10 years ago)
Author:
boonebgorges
Message:

Use new groups_get_group() syntax throughout BP.

See #5451.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/classes/class-bp-groups-list-table.php

    r10882 r11091  
    140140                // If we're viewing a specific group, flatten all activities into a single array.
    141141                if ( $include_id ) {
    142                         $groups = array( (array) groups_get_group( 'group_id=' . $include_id ) );
     142                        $groups = array( (array) groups_get_group( $include_id ) );
    143143                } else {
    144144                        $groups_args = array(
Note: See TracChangeset for help on using the changeset viewer.