Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/22/2015 05:43:18 AM (9 years ago)
Author:
tw2113
Message:

Scrutinizr feedback cleanup.

See #6396.

File:
1 edited

Legend:

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

    r10417 r10427  
    17921792 * @since 2.2.0
    17931793 *
    1794  * @param int     $post_id ID of the new post.
    1795  * @param WP_Post $post    Post object.
    1796  * @param int     $user_id ID of the post author.
     1794 * @param int          $post_id ID of the new post.
     1795 * @param WP_Post|null $post    Post object.
     1796 * @param int          $user_id ID of the post author.
    17971797 * @return int|bool The ID of the activity on success. False on error.
    17981798 */
     
    19291929 * @since 2.2.0
    19301930 *
    1931  * @param WP_Post $post Post item.
     1931 * @param WP_Post|null $post Post item.
    19321932 * @return bool True on success, false on failure.
    19331933 */
     
    19971997 * @since 2.2.0
    19981998 *
    1999  * @param  int     $post_id ID of the post being unpublished.
    2000  * @param  WP_Post $post    Post object.
     1999 * @param int          $post_id ID of the post being unpublished.
     2000 * @param WP_Post|null $post    Post object.
    20012001 * @return bool True on success, false on failure.
    20022002 */
Note: See TracChangeset for help on using the changeset viewer.