Changeset 10846
- Timestamp:
- 05/31/2016 06:01:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-taxonomy.php
r10818 r10846 124 124 $switched = false; 125 125 if ( $taxonomy_site_id !== get_current_blog_id() ) { 126 switch_to_blog( $ site_id );126 switch_to_blog( $taxonomy_site_id ); 127 127 bp_register_taxonomies(); 128 128 $switched = true;
Note: See TracChangeset
for help on using the changeset viewer.