Changeset 10587 for trunk/src/bp-friends/bp-friends-activity.php
- Timestamp:
- 02/13/2016 07:32:53 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-activity.php
r10563 r10587 19 19 * A wrapper for {@link bp_activity_add()} that provides some Friends-specific 20 20 * defaults. 21 * 22 * @since 1.0.0 21 23 * 22 24 * @see bp_activity_add() for more detailed description of parameters and … … 57 59 * Delete an activity item related to the Friends component. 58 60 * 61 * @since 1.0.0 62 * 59 63 * @param array $args { 60 64 * An array of arguments for the item to delete. … … 83 87 /** 84 88 * Register the activity actions for bp-friends. 89 * 90 * @since 1.1.0 85 91 */ 86 92 function friends_register_activity_actions() { … … 291 297 * @param array $retval Empty array by default. 292 298 * @param array $filter Current activity arguments. 293 *294 299 * @return array 295 300 */
Note: See TracChangeset
for help on using the changeset viewer.