Changeset 5928 for trunk/bp-activity/bp-activity-functions.php
- Timestamp:
- 03/16/2012 02:31:22 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-functions.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-functions.php
r5927 r5928 16 16 * Checks $bp pages global and looks for directory page 17 17 * 18 * @since BuddyPress (1.5) .018 * @since BuddyPress (1.5) 19 19 * 20 20 * @global object $bp BuddyPress global settings … … 31 31 * Searches through the content of an activity item to locate usernames, designated by an @ sign 32 32 * 33 * @since BuddyPress (1.5) .033 * @since BuddyPress (1.5) 34 34 * 35 35 * @param string $content The content of the activity, usually found in $activity->content … … 51 51 * Resets a user's unread mentions list and count 52 52 * 53 * @since BuddyPress (1.5) .053 * @since BuddyPress (1.5) 54 54 * 55 55 * @param int $user_id The id of the user whose unread mentions are being reset … … 64 64 * Adjusts new mention count for mentioned users when activity items are deleted or created 65 65 * 66 * @since BuddyPress (1.5) .066 * @since BuddyPress (1.5) 67 67 * 68 68 * @param int $activity_id The unique id for the activity item … … 123 123 * Formats notifications related to activity 124 124 * 125 * @since BuddyPress (1.5) .0125 * @since BuddyPress (1.5) 126 126 * 127 127 * @param string $action The type of activity item. Just 'new_at_mention' for now … … 614 614 * Completely remove a user's activity data 615 615 * 616 * @since BuddyPress (1.5) .0616 * @since BuddyPress (1.5) 617 617 * 618 618 * @param int $user_id
Note: See TracChangeset
for help on using the changeset viewer.