Skip to:
Content

BuddyPress.org

Changeset 3355


Ignore:
Timestamp:
11/05/2010 08:34:52 PM (15 years ago)
Author:
djpaul
Message:

Stop bp-blogs loading on non-multisite. Fixes #2715

Location:
trunk/bp-core/admin
Files:
2 edited

Legend:

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

    r2947 r3355  
    207207                    </td>
    208208                </tr>
     209                <?php else: ?>
     210                    <input type="hidden" name="bp_components[bp-blogs.php]" value="0" />
    209211                <?php endif; ?>
    210212                <?php if ( file_exists( BP_PLUGIN_DIR . '/bp-forums.php') ) : ?>
  • trunk/bp-core/admin/bp-core-upgrade.php

    r3343 r3355  
    249249                    <p><?php _e( "Track new blogs, new posts and new comments across your entire blog network.", 'buddypress' ) ?></p>
    250250            </div>
     251            <?php else: ?>
     252                <input type="hidden" name="bp_components[bp-blogs.php]" value="0" />
    251253            <?php endif; ?>
    252254        </div>
Note: See TracChangeset for help on using the changeset viewer.