Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/18/2010 09:18:57 PM (15 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/activity/index.php

    r2287 r2344  
    5151                        <select>
    5252                            <option value="-1"><?php _e( 'No Filter', 'buddypress' ) ?></option>
    53                             <option value="new_wire_post"><?php _e( 'Show Updates', 'buddypress' ) ?></option>
     53                            <option value="activity_update"><?php _e( 'Show Updates', 'buddypress' ) ?></option>
    5454                            <option value="new_blog_post"><?php _e( 'Show Blog Posts', 'buddypress' ) ?></option>
    5555                            <option value="new_blog_comment"><?php _e( 'Show Blog Comments', 'buddypress' ) ?></option>
Note: See TracChangeset for help on using the changeset viewer.