Changeset 11305
- Timestamp:
- 12/19/2016 10:14:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-admin.php
r11268 r11305 795 795 function bp_groups_admin_edit_metabox_settings( $item ) { 796 796 797 $invite_status = groups_get_groupmeta( $item->id, 'invite_status'); ?>797 $invite_status = bp_group_get_invite_status( $item->id ); ?> 798 798 799 799 <?php if ( bp_is_active( 'forums' ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.