Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/17/2016 12:24:44 AM (9 years ago)
Author:
tw2113
Message:

Revisited Scrutinizer and fixed some items it found.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/bp-blogs-functions.php

    r10632 r10712  
    564564 * @since  2.5.0
    565565 *
    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   Returns false if no activity, the activity id otherwise.
     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.
    571571 */
    572572function 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.