Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/04/2023 05:48:51 AM (19 months ago)
Author:
imath
Message:

Core, Activity & Notifications: remove never used inited variables

Props upadalavipul

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/bp-core-admin-schema.php

    r13395 r13497  
    614614    $sql             = array();
    615615    $charset_collate = $GLOBALS['wpdb']->get_charset_collate();
    616     $bp_prefix       = bp_core_get_table_prefix();
    617616    $optouts_class   = new BP_Optout();
    618617    $table_name      = $optouts_class->get_table_name();
Note: See TracChangeset for help on using the changeset viewer.