Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/02/2010 05:54:12 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1752

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/options.php

    r2474 r2539  
    3535                            <td>
    3636                                <label><input id="bpdtheme_frontpage_blog" type="radio" name="show_on_frontpage" <?php if ( $bp_dtheme_options['show_on_frontpage'] == 'blog' || empty($bp_dtheme_options['show_on_frontpage']) ) echo 'checked="checked"'; ?> value="blog" /> <?php _e( 'Blog Posts', 'buddypress' ) ?></label><br />
    37                                 <?php if ( !bp_is_deactivated('bp-activity.php') ) : ?>
     37                                <?php if ( bp_is_active( 'activity') ) : ?>
    3838                                    <label><input id="bpdtheme_frontpage_activity" type="radio" name="show_on_frontpage" <?php if ( $bp_dtheme_options['show_on_frontpage'] == 'activity' ) echo 'checked="checked"'; ?> value="activity" /> <?php _e( 'Activity Stream', 'buddypress' ) ?></label>
    3939                                <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.