Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/27/2011 07:00:33 PM (13 years ago)
Author:
djpaul
Message:

See #3660. Activity admin iteration.

  • Updated use of old, incorrect bp_activity_get_specific() spam parameter to new name.
  • Updated contextual help.
  • Updated In Reply To column; now correctly shows details of that activity.
  • Made speech bubble appearance consistent between root activities vs. non-root activities.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-screens.php

    r5329 r5396  
    195195
    196196    // Get the activity details
    197     $activity = bp_activity_get_specific( array( 'activity_ids' => bp_current_action(), 'hide_spam' => true, 'show_hidden' => true ) );
     197    $activity = bp_activity_get_specific( array( 'activity_ids' => bp_current_action(), 'show_hidden' => true, 'spam' => 'ham_only', ) );
    198198
    199199    // 404 if activity does not exist
Note: See TracChangeset for help on using the changeset viewer.