Changeset 2539 for trunk/bp-themes/bp-default/activity/index.php
- Timestamp:
- 02/02/2010 05:54:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/index.php
r2488 r2539 58 58 <option value="new_blog_post"><?php _e( 'Show Blog Posts', 'buddypress' ) ?></option> 59 59 <option value="new_blog_comment"><?php _e( 'Show Blog Comments', 'buddypress' ) ?></option> 60 <option value="new_forum_topic"><?php _e( 'Show New Forum Topics', 'buddypress' ) ?></option> 61 <option value="new_forum_post"><?php _e( 'Show Forum Replies', 'buddypress' ) ?></option> 62 <option value="created_group"><?php _e( 'Show New Groups', 'buddypress' ) ?></option> 63 <option value="joined_group"><?php _e( 'Show New Group Memberships', 'buddypress' ) ?></option> 64 <option value="friendship_accepted,friendship_created"><?php _e( 'Show Friendship Connections', 'buddypress' ) ?></option> 60 61 <?php if ( bp_is_active( 'forums' ) ) : ?> 62 <option value="new_forum_topic"><?php _e( 'Show New Forum Topics', 'buddypress' ) ?></option> 63 <option value="new_forum_post"><?php _e( 'Show Forum Replies', 'buddypress' ) ?></option> 64 <?php endif; ?> 65 66 <?php if ( bp_is_active( 'groups' ) ) : ?> 67 <option value="created_group"><?php _e( 'Show New Groups', 'buddypress' ) ?></option> 68 <option value="joined_group"><?php _e( 'Show New Group Memberships', 'buddypress' ) ?></option> 69 <?php endif; ?> 70 71 <?php if ( bp_is_active( 'friends' ) ) : ?> 72 <option value="friendship_accepted,friendship_created"><?php _e( 'Show Friendship Connections', 'buddypress' ) ?></option> 73 <?php endif; ?> 74 65 75 <option value="new_member"><?php _e( 'Show New Members', 'buddypress' ) ?></option> 66 76
Note: See TracChangeset
for help on using the changeset viewer.