Changeset 5926 for trunk/bp-xprofile/bp-xprofile-activity.php
- Timestamp:
- 03/16/2012 12:52:24 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-activity.php
r5699 r5926 79 79 * @package BuddyPress XProfile 80 80 * @param $args Array containing all variables used after extract() call 81 * @global object $bp Global BuddyPress settings object81 * @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 83 83 */ … … 113 113 * 114 114 * @package BuddyPress XProfile 115 * @global object $bp Global BuddyPress settings object115 * @global BuddyPress $bp The one true BuddyPress instance 116 116 * @uses bp_activity_add() Adds an entry to the activity component tables for a specific activity 117 117 */
Note: See TracChangeset
for help on using the changeset viewer.