Skip to:
Content

BuddyPress.org

Changeset 10846


Ignore:
Timestamp:
05/31/2016 06:01:15 PM (9 years ago)
Author:
boonebgorges
Message:

Fix incorrect variable name after [10818].

See #7077.

File:
1 edited

Legend:

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

    r10818 r10846  
    124124        $switched = false;
    125125        if ( $taxonomy_site_id !== get_current_blog_id() ) {
    126             switch_to_blog( $site_id );
     126            switch_to_blog( $taxonomy_site_id );
    127127            bp_register_taxonomies();
    128128            $switched = true;
Note: See TracChangeset for help on using the changeset viewer.