Changeset 10427 for trunk/src/bp-activity/bp-activity-functions.php
- Timestamp:
- 12/22/2015 05:43:18 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-functions.php
r10417 r10427 1792 1792 * @since 2.2.0 1793 1793 * 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. 1797 1797 * @return int|bool The ID of the activity on success. False on error. 1798 1798 */ … … 1929 1929 * @since 2.2.0 1930 1930 * 1931 * @param WP_Post $post Post item.1931 * @param WP_Post|null $post Post item. 1932 1932 * @return bool True on success, false on failure. 1933 1933 */ … … 1997 1997 * @since 2.2.0 1998 1998 * 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. 2001 2001 * @return bool True on success, false on failure. 2002 2002 */
Note: See TracChangeset
for help on using the changeset viewer.