Changeset 11447 for trunk/src/bp-blogs/bp-blogs-activity.php
- Timestamp:
- 03/04/2017 06:26:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-activity.php
r11414 r11447 49 49 * @param object|null $params Tracking arguments. 50 50 * @param string|int $post_type Post type to track. 51 * @return object 51 * @return object|null 52 52 */ 53 53 function bp_blogs_register_post_tracking_args( $params = null, $post_type = 0 ) { … … 436 436 * @type string $component Default: 'blogs'. 437 437 * } 438 * @return int|boolOn success, returns the activity ID. False on failure.438 * @return WP_Error|bool|int On success, returns the activity ID. False on failure. 439 439 */ 440 440 function bp_blogs_record_activity( $args = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.