Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/29/2021 03:53:20 PM (5 years ago)
Author:
dcavins
Message:

Member Invites: Add BP Legacy bulk management template parts.

Add the template function
bp_members_invitations_bulk_management_dropdown()
and the JavaScript required to check/uncheck all invites.
Also remove an unneeded empty column from the
legacy pending invites view.

See #8139.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/bp-members-functions.php

    r12933 r12935  
    34523452function bp_members_invitation_resend_by_id( $id = 0 ) {
    34533453
    3454     // Find the invitation before deleting it.
     3454    // Find the invitation before resending it.
    34553455    $existing_invite = new BP_Invitation( $id );
    34563456    $invites_class   = new BP_Members_Invitation_Manager();
Note: See TracChangeset for help on using the changeset viewer.