Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/19/2023 06:09:44 PM (3 years ago)
Author:
imath
Message:

Core, Messages & Templates: remove never used inited vars in functions

Props upadalavipul

Fixes #8892
Closes https://github.com/buddypress/buddypress/pull/118

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/groups/ajax.php

    r13273 r13504  
    44 *
    55 * @since 3.0.0
    6  * @version 6.3.0
     6 * @version 12.0.0
    77 */
    88
     
    378378 */
    379379function bp_nouveau_ajax_send_group_invites() {
    380     $bp = buddypress();
    381 
    382380    $response = array(
    383381        'feedback' => __( 'Invites could not be sent. Please try again.', 'buddypress' ),
Note: See TracChangeset for help on using the changeset viewer.