Changeset 10580
- Timestamp:
- 02/12/2016 02:12:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-taxonomy.php
r10536 r10580 65 65 if ( ! $is_root_blog ) { 66 66 switch_to_blog( bp_get_root_blog_id() ); 67 bp_register_taxonomies(); 67 68 } 68 69 … … 93 94 if ( ! $is_root_blog ) { 94 95 switch_to_blog( bp_get_root_blog_id() ); 96 bp_register_taxonomies(); 95 97 } 96 98 … … 121 123 if ( ! $is_root_blog ) { 122 124 switch_to_blog( bp_get_root_blog_id() ); 125 bp_register_taxonomies(); 123 126 } 124 127
Note: See TracChangeset
for help on using the changeset viewer.