Ticket #6891: 6891.01.patch
File 6891.01.patch, 462 bytes (added by , 9 years ago) |
---|
-
src/bp-core/bp-core-taxonomy.php
diff --git a/src/bp-core/bp-core-taxonomy.php b/src/bp-core/bp-core-taxonomy.php index dedf1ce..e17a12c 100644
a b function bp_register_default_taxonomies() { 26 26 ) ); 27 27 28 28 // Email type. 29 if ( bp_is_root_blog() && !is_network_admin() ) {29 if ( bp_is_root_blog() || is_network_admin() ) { 30 30 register_taxonomy( 31 31 bp_get_email_tax_type(), 32 32 bp_get_email_post_type(),