Changeset 10825 for trunk/src/bp-xprofile/bp-xprofile-activity.php
- Timestamp:
- 05/29/2016 06:12:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-activity.php
r10434 r10825 19 19 * @since 1.0.0 20 20 * 21 * @uses bp_activity_set_action() To setup the individual actions.22 21 */ 23 22 function xprofile_register_activity_actions() { … … 114 113 * 115 114 * @since 1.0.0 116 *117 * @uses bp_activity_add() Adds an entry to the activity component tables for a specific activity.118 115 * 119 116 * @param array|string $args String containing all variables used after bp_parse_args() call. … … 150 147 * @since 1.0.0 151 148 * 152 * @uses bp_activity_delete() Deletes an entry to the activity component tables153 149 * for a specific activity. 154 150 * … … 206 202 * @since 2.3.4 Add new parameter to get the user id the avatar was set for. 207 203 * 208 * @uses bp_activity_add() Adds an entry to the activity component tables for a209 204 * specific activity 210 205 *
Note: See TracChangeset
for help on using the changeset viewer.