Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/30/2010 11:42:55 AM (16 years ago)
Author:
apeatling
Message:

Fixes #1730

File:
1 edited

Legend:

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

    r2374 r2480  
    179179                </tr>
    180180                <?php endif; ?>
    181                 <?php if ( file_exists( BP_PLUGIN_DIR . '/bp-blogs.php') ) : ?>
     181                <?php if ( file_exists( BP_PLUGIN_DIR . '/bp-blogs.php') && bp_core_is_multisite() ) : ?>
    182182                <tr>
    183183                    <td><h3><?php _e( 'Blog Tracking', 'buddypress' ) ?></h3><p><?php _e( 'Tracks blogs, blog posts and blogs comments for a user across a WPMU installation.', 'buddypress' ) ?></p></td>
Note: See TracChangeset for help on using the changeset viewer.