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-activity/bp-activity-functions.php

    r10646 r10712  
    10641064     * @since 1.1.0
    10651065     *
    1066      * @param BP_Activity_Activity $content_exists ID of the activity if found, else null.
     1066     * @param BP_Activity_Activity $value ID of the activity if found, else null.
    10671067     */
    10681068    return apply_filters( 'bp_activity_check_exists_by_content', BP_Activity_Activity::check_exists_by_content( $content ) );
     
    23052305 * @since 2.5.0
    23062306 *
    2307  * @param  int  $comment_id  ID of the comment.
    2308  * @param  bool $is_approved Whether the comment is approved or not.
    2309  * @param  object $activity_post_object the post type tracking args object.
    2310  *
     2307 * @param  int         $comment_id           ID of the comment.
     2308 * @param  bool        $is_approved          Whether the comment is approved or not.
     2309 * @param  object|null $activity_post_object The post type tracking args object.
    23112310 * @return int|bool The ID of the activity on success. False on error.
    23122311 */
     
    24982497 * @since 2.5.0
    24992498 *
    2500  * @param  int    $comment_id           ID of the comment.
    2501  * @param  object $activity_post_object The post type tracking args object.
    2502  *
     2499 * @param  int         $comment_id           ID of the comment.
     2500 * @param  object|null $activity_post_object The post type tracking args object.
    25032501 * @return bool True on success. False on error.
    25042502 */
Note: See TracChangeset for help on using the changeset viewer.