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-sn-parent/functions.php

    r2281 r2344  
    163163                    <select>
    164164                        <option value="-1"><?php _e( 'No Filter', 'buddypress' ) ?></option>
    165                         <option value="new_wire_post"><?php _e( 'Updates Only', 'buddypress' ) ?></option>
     165                        <option value="activity_update"><?php _e( 'Updates Only', 'buddypress' ) ?></option>
    166166                        <option value="new_forum_post,new_forum_topic"><?php _e( 'Group Forum Activity Only', 'buddypress' ) ?></option>
    167167                        <option value="new_blog_post,new_blog_comment"><?php _e( 'Blog Activity Only', 'buddypress' ) ?></option>
Note: See TracChangeset for help on using the changeset viewer.