Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/17/2021 11:57:00 PM (4 years ago)
Author:
dcavins
Message:

Member Invites: Change screen file loading logic.

  • Move send and list invitations load actions to single screen file.

This avoids an issue where the current action isn't known
as of late_includes and could, in unusual cases, cause the
wrong screen file to be loaded.

  • Replace several vestigial 'network_invitations' mentions.

Props imath.

See #8139.

File:
1 edited

Legend:

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

    r12935 r12951  
    32923292
    32933293        // Add the nonce.
    3294         $url = wp_nonce_url( $url, 'bp_network_invitation_resend_' . $id );
     3294        $url = wp_nonce_url( $url, 'bp_members_invitation_resend_' . $id );
    32953295
    32963296        /**
Note: See TracChangeset for help on using the changeset viewer.