Changeset 10712 for trunk/src/bp-blogs/bp-blogs-functions.php
- Timestamp:
- 04/17/2016 12:24:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-functions.php
r10632 r10712 564 564 * @since 2.5.0 565 565 * 566 * @param int|bool $activity_id ID of recorded activity, or false if sync is active.567 * @param WP_Comment $comment The comment object.568 * @param array $activity_args Array of activity arguments.569 * @param object $activity_post_object The post type tracking args object.570 * @return int|bool 566 * @param int|bool $activity_id ID of recorded activity, or false if sync is active. 567 * @param WP_Comment|null $comment The comment object. 568 * @param array $activity_args Array of activity arguments. 569 * @param object|null $activity_post_object The post type tracking args object. 570 * @return int|bool Returns false if no activity, the activity id otherwise. 571 571 */ 572 572 function bp_blogs_comment_sync_activity_comment( &$activity_id, $comment = null, $activity_args = array(), $activity_post_object = null ) {
Note: See TracChangeset
for help on using the changeset viewer.