Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/18/2010 09:18:57 PM (17 years ago)
Author:
johnjamesjacoby
Message:

Refactor 'new_wire_post' and rename to 'activity_update' for consistency. Some AJAX filters renamed to prevent "_activity_activity_update" naming issues due to refactoring. Actual 'new_wire_post' filter type moved to backpat Wire component.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/single/activity.php

    r2287 r2344  
    88                        <select>
    99                                <option value="-1"><?php _e( 'No Filter', 'buddypress' ) ?></option>
    10                                 <option value="new_wire_post"><?php _e( 'Show Updates', 'buddypress' ) ?></option>
     10                                <option value="activity_update"><?php _e( 'Show Updates', 'buddypress' ) ?></option>
    1111                                <option value="new_forum_topic"><?php _e( 'Show New Forum Topics', 'buddypress' ) ?></option>
    1212                                <option value="new_forum_post"><?php _e( 'Show Forum Replies', 'buddypress' ) ?></option>
Note: See TracChangeset for help on using the changeset viewer.