Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/24/2011 03:09:00 AM (15 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
  • branches/1.5/bp-core/bp-core-functions.php

    r5335 r5356  
    10091009        if ( is_multisite() ) {
    10101010                $network_options = apply_filters( 'bp_core_network_options', array(
    1011                         'tags_blog_id'    => '0',
    1012                         'registration'    => '0',
    1013                         'fileupload_maxk' => '1500'
     1011                        'tags_blog_id'       => '0',
     1012                        'sitewide_tags_blog' => '',
     1013                        'registration'       => '0',
     1014                        'fileupload_maxk'    => '1500'
    10141015                ) );
    10151016
Note: See TracChangeset for help on using the changeset viewer.