Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/08/2010 04:20:25 PM (16 years ago)
Author:
apeatling
Message:

Merge 1.2 branch with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/activity/index.php

    r2689 r2822  
    6666                                                        <option value="-1"><?php _e( 'No Filter', 'buddypress' ) ?></option>
    6767                                                        <option value="activity_update"><?php _e( 'Show Updates', 'buddypress' ) ?></option>
    68                                                         <option value="new_blog_post"><?php _e( 'Show Blog Posts', 'buddypress' ) ?></option>
    69                                                         <option value="new_blog_comment"><?php _e( 'Show Blog Comments', 'buddypress' ) ?></option>
     68
     69                                                        <?php if ( bp_is_active( 'blogs' ) ) : ?>
     70                                                                <option value="new_blog_post"><?php _e( 'Show Blog Posts', 'buddypress' ) ?></option>
     71                                                                <option value="new_blog_comment"><?php _e( 'Show Blog Comments', 'buddypress' ) ?></option>
     72                                                        <?php endif; ?>
    7073
    7174                                                        <?php if ( bp_is_active( 'forums' ) ) : ?>
Note: See TracChangeset for help on using the changeset viewer.