Skip to:
Content

BuddyPress.org

Ticket #7781: 7781.patch

File 7781.patch, 1.3 KB (added by imath, 7 years ago)
  • src/bp-templates/bp-nouveau/includes/groups/functions.php

    diff --git src/bp-templates/bp-nouveau/includes/groups/functions.php src/bp-templates/bp-nouveau/includes/groups/functions.php
    index 0a593e763..d3eb13071 100644
    function bp_nouveau_group_get_core_create_screens( $id = '' ) { 
    10701070                'group-settings'    => array( 'hook' => 'group_settings_creation_step',    'nonce' => 'groups_create_save_group-settings',                                                     ),
    10711071                'group-avatar'      => array( 'hook' => 'group_avatar_creation_step',      'nonce' => 'groups_create_save_group-avatar',                                                       ),
    10721072                'group-cover-image' => array( 'hook' => 'group_cover_image_creation_step', 'nonce' => 'groups_create_save_group-cover-image',                                                  ),
    1073                 'group-invites'     => array( 'hook' => 'group_invites_creation_step',     'nonce' => 'groups_create_save_group-invites',     'template' => 'groups/create-invites'      ),
     1073                'group-invites'     => array( 'hook' => 'group_invites_creation_step',     'nonce' => 'groups_create_save_group-invites',     'template' => 'common/js-templates/invites/index'      ),
    10741074        );
    10751075
    10761076        if ( isset( $screens[ $id ] ) ) {