Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/25/2010 12:42:20 PM (15 years ago)
Author:
apeatling
Message:

Fixes for the activity widget in bp-sn-parent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/header.php

    r2302 r2445  
    9292                <?php endif; ?>
    9393
    94                 <?php if ( function_exists( 'groups_install' ) && ( function_exists( 'bp_forums_setup' ) && !(int) get_site_option( 'bp-disable-forum-directory' ) ) ) : ?>
     94                <?php if ( function_exists( 'groups_install' ) && ( function_exists( 'bp_forums_is_installed_correctly' ) && !(int) get_site_option( 'bp-disable-forum-directory' ) ) && bp_forums_is_installed_correctly() ) : ?>
    9595                    <li<?php if ( bp_is_page( BP_FORUMS_SLUG ) ) : ?> class="selected"<?php endif; ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_FORUMS_SLUG ?>" title="<?php _e( 'Forums', 'buddypress' ) ?>"><?php _e( 'Forums', 'buddypress' ) ?></a></li>
    9696                <?php endif; ?>
    9797
    98                 <?php if ( function_exists( 'bp_blogs_install' ) ) : ?>
     98                <?php if ( function_exists( 'bp_blogs_install' ) && bp_core_is_multisite() ) : ?>
    9999                    <li<?php if ( bp_is_page( BP_BLOGS_SLUG ) ) : ?> class="selected"<?php endif; ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_BLOGS_SLUG ?>" title="<?php _e( 'Blogs', 'buddypress' ) ?>"><?php _e( 'Blogs', 'buddypress' ) ?></a></li>
    100100                <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.