[buddypress-trac] [BuddyPress Trac] #5592: Can not retrieve a specific activity comment.
buddypress-trac
noreply at wordpress.org
Fri Apr 25 19:14:24 UTC 2014
#5592: Can not retrieve a specific activity comment.
--------------------------+----------------------
Reporter: godavid33 | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Activity | Version:
Severity: normal | Resolution: invalid
Keywords: |
--------------------------+----------------------
Changes (by r-a-y):
* status: new => closed
* component: Core => Activity
* priority: high => normal
* version: 2.0 =>
* milestone: Awaiting Review =>
* resolution: => invalid
Comment:
By default, activity comments are not fetched. To fetch activity
comments, use the `'display_comments'` parameter set to true and then pass
the activity comment ID.
{{{
$act_item = bp_activity_get_specific( array(
'display_comments' => true,
'activity_ids' => ACTIVITY_COMMENT_ID
) );
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5592#comment:2>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list