Skip to:
Content

BuddyPress.org

Changeset 6834


Ignore:
Timestamp:
03/04/2013 01:23:14 PM (12 years ago)
Author:
boonebgorges
Message:

Show hidden groups on admin delete confirmation screen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-admin.php

    r6832 r6834  
    559559    }
    560560    $group_ids = wp_parse_id_list( $group_ids );
    561     $groups    = groups_get_groups( array( 'include' => $group_ids ) );
     561    $groups    = groups_get_groups( array( 'include' => $group_ids, 'show_hidden' => true, ) );
    562562
    563563    // Create a new list of group ids, based on those that actually exist
Note: See TracChangeset for help on using the changeset viewer.