Changeset 2822 for trunk/bp-themes/bp-default/members/single/activity.php
- Timestamp:
- 03/08/2010 04:20:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/members/single/activity.php
r2539 r2822 9 9 10 10 <?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; ?> 13 15 14 16 <?php if ( bp_is_active( 'friends' ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.