Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/24/2011 03:08:26 AM (14 years ago)
Author:
boonebgorges
Message:

Ensures that Sitewide Tags blog posts do not go to the activity stream (unless explicitly told to do so by filtering 'bp_blogs_block_sitewide_tags_activity'). Fixes #3742.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-functions.php

    r5352 r5355  
    10631063    if ( is_multisite() ) {
    10641064        $network_options = apply_filters( 'bp_core_network_options', array(
    1065             'tags_blog_id'    => '0',
    1066             'registration'    => '0',
    1067             'fileupload_maxk' => '1500'
     1065            'tags_blog_id'       => '0',
     1066            'sitewide_tags_blog' => '',
     1067            'registration'       => '0',
     1068            'fileupload_maxk'    => '1500'
    10681069        ) );
    10691070
Note: See TracChangeset for help on using the changeset viewer.