Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/08/2015 10:28:43 PM (11 years ago)
Author:
djpaul
Message:

Remove some of our unused/dead variable assignments.

Identified by scrutinizer-ci.com; https://scrutinizer-ci.com/g/buddypress/BuddyPress/

File:
1 edited

Legend:

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

    r9315 r9318  
    601601     * @since BuddyPress (1.7.0)
    602602     *
    603      * @global BuddyPress $bp Global BuddyPress settings object.
    604603     * @global WPDB $wpdb Global WordPress database access object.
    605604     */
     
    625624        // Turn user ID's into a query-usable, comma separated value
    626625        $user_ids_sql = implode( ',', wp_parse_id_list( $this->user_ids ) );
    627 
    628         $bp = buddypress();
    629626
    630627        /**
     
    23302327            return $output;
    23312328
    2332         $id_field     = $this->db_fields['id'];
    23332329        $parent_field = $this->db_fields['parent'];
    23342330
Note: See TracChangeset for help on using the changeset viewer.