Skip to:
Content

BuddyPress.org

Ticket #6891: 6891.01.patch

File 6891.01.patch, 462 bytes (added by DJPaul, 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() { 
    2626        ) );
    2727
    2828        // Email type.
    29         if ( bp_is_root_blog() && ! is_network_admin() ) {
     29        if ( bp_is_root_blog() || is_network_admin() ) {
    3030                register_taxonomy(
    3131                        bp_get_email_tax_type(),
    3232                        bp_get_email_post_type(),