Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/28/2021 11:51:00 PM (4 years ago)
Author:
dcavins
Message:

Member Invites: Add Nouveau template pack.

Add templates and logic for outputting the
member invitations screens.

Super props imath.

See #8139.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/members/loader.php

    r12619 r12921  
    8989        // Add the default-front to User's front hierarchy if user enabled it (Enabled by default).
    9090        add_filter( 'bp_displayed_user_get_front_template', 'bp_nouveau_member_reset_front_template', 10, 1 );
     91        add_filter( 'bp_nouveau_register_scripts', 'bp_nouveau_members_register_scripts', 10, 1 );
    9192
    9293        // The number formatting is done into the `bp_nouveau_nav_count()` template tag.
Note: See TracChangeset for help on using the changeset viewer.