Changeset 10712 for trunk/src/bp-activity/bp-activity-functions.php
- Timestamp:
- 04/17/2016 12:24:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-functions.php
r10646 r10712 1064 1064 * @since 1.1.0 1065 1065 * 1066 * @param BP_Activity_Activity $ content_existsID of the activity if found, else null.1066 * @param BP_Activity_Activity $value ID of the activity if found, else null. 1067 1067 */ 1068 1068 return apply_filters( 'bp_activity_check_exists_by_content', BP_Activity_Activity::check_exists_by_content( $content ) ); … … 2305 2305 * @since 2.5.0 2306 2306 * 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. 2311 2310 * @return int|bool The ID of the activity on success. False on error. 2312 2311 */ … … 2498 2497 * @since 2.5.0 2499 2498 * 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. 2503 2501 * @return bool True on success. False on error. 2504 2502 */
Note: See TracChangeset
for help on using the changeset viewer.