Changeset 2539 for trunk/bp-themes/bp-default/groups/single/activity.php
- Timestamp:
- 02/02/2010 05:54:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/activity.php
r2488 r2539 9 9 <option value="-1"><?php _e( 'No Filter', 'buddypress' ) ?></option> 10 10 <option value="activity_update"><?php _e( 'Show Updates', 'buddypress' ) ?></option> 11 <option value="new_forum_topic"><?php _e( 'Show New Forum Topics', 'buddypress' ) ?></option> 12 <option value="new_forum_post"><?php _e( 'Show Forum Replies', 'buddypress' ) ?></option> 11 12 <?php if ( bp_is_active( 'forums' ) ) : ?> 13 <option value="new_forum_topic"><?php _e( 'Show New Forum Topics', 'buddypress' ) ?></option> 14 <option value="new_forum_post"><?php _e( 'Show Forum Replies', 'buddypress' ) ?></option> 15 <?php endif; ?> 16 13 17 <option value="joined_group"><?php _e( 'Show New Group Memberships', 'buddypress' ) ?></option> 14 18
Note: See TracChangeset
for help on using the changeset viewer.