Changeset 4400 for trunk/bp-xprofile/bp-xprofile-activity.php
- Timestamp:
- 05/20/2011 07:33:20 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile/bp-xprofile-activity.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-activity.php
r4288 r4400 30 30 * @package BuddyPress XProfile 31 31 * @param $args Array containing all variables used after extract() call 32 * @global $bp The global BuddyPress settings variable created in bp_core_ setup_globals()32 * @global $bp The global BuddyPress settings variable created in bp_core_current_times() 33 33 * @uses bp_activity_record() Adds an entry to the activity component tables for a specific activity 34 34 */ … … 75 75 * @package BuddyPress XProfile 76 76 * @param $args Array containing all variables used after extract() call 77 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()77 * @global object $bp Global BuddyPress settings object 78 78 * @uses bp_activity_delete() Deletes an entry to the activity component tables for a specific activity 79 79 */ … … 108 108 * 109 109 * @package BuddyPress XProfile 110 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()110 * @global object $bp Global BuddyPress settings object 111 111 * @uses bp_activity_add() Adds an entry to the activity component tables for a specific activity 112 112 */
Note: See TracChangeset
for help on using the changeset viewer.