Skip to:
Content

BuddyPress.org

Changeset 2344 for trunk/bp-groups.php


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-groups.php

    r2343 r2344  
    19181918        'content' => apply_filters( 'groups_activity_new_update_content', $activity_content ),
    19191919        'primary_link' => apply_filters( 'groups_activity_new_update_primary_link', bp_get_group_permalink( $bp->groups->current_group ) ),
    1920         'component_action' => 'new_wire_post',
     1920        'component_action' => 'activity_update',
    19211921        'item_id' => $bp->groups->current_group->id
    19221922    ) );
Note: See TracChangeset for help on using the changeset viewer.