Changeset 7228 for trunk/bp-xprofile/bp-xprofile-activity.php
- Timestamp:
- 06/19/2013 09:41:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-activity.php
r6692 r7228 32 32 * @package BuddyPress 33 33 * @subpackage XProfileActivity 34 * @param $args Arraycontaining all variables used after extract() call34 * @param string $args String containing all variables used after extract() call 35 35 * @global $bp The global BuddyPress settings variable created in bp_core_current_times() 36 36 * @uses bp_activity_add() Adds an entry to the activity component tables for a specific activity … … 78 78 * 79 79 * @package BuddyPress XProfile 80 * @param $args Array containing all variables used after extract() call80 * @param string $args Containing all variables used after extract() call 81 81 * @global BuddyPress $bp The one true BuddyPress instance 82 82 * @uses bp_activity_delete() Deletes an entry to the activity component tables for a specific activity
Note: See TracChangeset
for help on using the changeset viewer.