Ticket #4748: xprofile-docs.patch
| File xprofile-docs.patch, 956 bytes (added by , 13 years ago) |
|---|
-
bp-xprofile-activity.php
3 3 /** 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 * 9 9 * @package BuddyPress … … 33 33 * @subpackage XProfileActivity 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 = '' ) { 39 39