Changeset 2480 for trunk/bp-core/bp-core-admin.php
- Timestamp:
- 01/30/2010 11:42:55 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-admin.php
r2374 r2480 179 179 </tr> 180 180 <?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() ) : ?> 182 182 <tr> 183 183 <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.