- Timestamp:
- 05/16/2014 01:05:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/activity/index.php
r7965 r8428 77 77 <select id="activity-filter-by"> 78 78 <option value="-1"><?php _e( 'Everything', 'buddypress' ); ?></option> 79 <option value="activity_update"><?php _e( 'Updates', 'buddypress' ); ?></option>80 79 81 <?php if ( bp_is_active( 'blogs' ) ) : ?> 82 83 <option value="new_blog_post"><?php _e( 'Posts', 'buddypress' ); ?></option> 84 <option value="new_blog_comment"><?php _e( 'Comments', 'buddypress' ); ?></option> 85 86 <?php endif; ?> 87 88 <?php if ( bp_is_active( 'forums' ) ) : ?> 89 90 <option value="new_forum_topic"><?php _e( 'Forum Topics', 'buddypress' ); ?></option> 91 <option value="new_forum_post"><?php _e( 'Forum Replies', 'buddypress' ); ?></option> 92 93 <?php endif; ?> 94 95 <?php if ( bp_is_active( 'groups' ) ) : ?> 96 97 <option value="created_group"><?php _e( 'New Groups', 'buddypress' ); ?></option> 98 <option value="joined_group"><?php _e( 'Group Memberships', 'buddypress' ); ?></option> 99 100 <?php endif; ?> 101 102 <?php if ( bp_is_active( 'friends' ) ) : ?> 103 104 <option value="friendship_accepted,friendship_created"><?php _e( 'Friendships', 'buddypress' ); ?></option> 105 106 <?php endif; ?> 107 108 <option value="new_member"><?php _e( 'New Members', 'buddypress' ); ?></option> 80 <?php bp_activity_show_filters(); ?> 109 81 110 82 <?php do_action( 'bp_activity_filter_options' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.