Changeset 6692 for trunk/bp-xprofile/bp-xprofile-activity.php
- Timestamp:
- 12/30/2012 12:52:42 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-activity.php
r6342 r6692 4 4 * BuddyPress XProfile Activity & Notification Functions 5 5 * 6 * These functions handle the recording, deleting and formatting of activity and6 * These functions handle the recording, deleting and formatting of activity items and 7 7 * notifications for the user and for this specific component. 8 8 * … … 34 34 * @param $args Array containing all variables used after extract() call 35 35 * @global $bp The global BuddyPress settings variable created in bp_core_current_times() 36 * @uses bp_activity_ record() Adds an entry to the activity component tables for a specific activity36 * @uses bp_activity_add() Adds an entry to the activity component tables for a specific activity 37 37 */ 38 38 function xprofile_record_activity( $args = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.