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/members/single/activity.php

    r2539 r2822  
    99
    1010                <?php if ( 'groups' != bp_current_action() ) : ?>
    11                     <option value="new_blog_post"><?php _e( 'Show Blog Posts', 'buddypress' ) ?></option>
    12                     <option value="new_blog_comment"><?php _e( 'Show Blog Comments', 'buddypress' ) ?></option>
     11                    <?php if ( bp_is_active( 'blogs' ) ) : ?>
     12                        <option value="new_blog_post"><?php _e( 'Show Blog Posts', 'buddypress' ) ?></option>
     13                        <option value="new_blog_comment"><?php _e( 'Show Blog Comments', 'buddypress' ) ?></option>
     14                    <?php endif; ?>
    1315
    1416                    <?php if ( bp_is_active( 'friends' ) ) : ?>
Note: See TracChangeset for help on using the changeset viewer.