Changeset 2491
- Timestamp:
- 01/31/2010 01:29:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/members/single/activity.php
r2490 r2491 7 7 <option value="-1"><?php _e( 'No Filter', 'buddypress' ) ?></option> 8 8 <option value="activity_update"><?php _e( 'Show Updates', 'buddypress' ) ?></option> 9 <option value="new_blog_post"><?php _e( 'Show Blog Posts', 'buddypress' ) ?></option> 10 <option value="new_blog_comment"><?php _e( 'Show Blog Comments', 'buddypress' ) ?></option> 9 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> 13 <option value="friendship_accepted,friendship_created"><?php _e( 'Show Friendship Connections', 'buddypress' ) ?></option> 14 <?php endif; ?> 15 11 16 <option value="new_forum_topic"><?php _e( 'Show New Forum Topics', 'buddypress' ) ?></option> 12 17 <option value="new_forum_post"><?php _e( 'Show Forum Replies', 'buddypress' ) ?></option> 13 18 <option value="created_group"><?php _e( 'Show New Groups', 'buddypress' ) ?></option> 14 19 <option value="joined_group"><?php _e( 'Show New Group Memberships', 'buddypress' ) ?></option> 15 <option value="friendship_accepted,friendship_created"><?php _e( 'Show Friendship Connections', 'buddypress' ) ?></option>16 20 17 21 <?php do_action( 'bp_member_activity_filter_options' ) ?>
Note: See TracChangeset
for help on using the changeset viewer.