Changeset 5927 for trunk/bp-activity/bp-activity-functions.php
- Timestamp:
- 03/16/2012 01:06:05 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-functions.php
r5901 r5927 16 16 * Checks $bp pages global and looks for directory page 17 17 * 18 * @since 1.5.018 * @since BuddyPress (1.5).0 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 1.5.033 * @since BuddyPress (1.5).0 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 1.5.053 * @since BuddyPress (1.5).0 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 1.5.066 * @since BuddyPress (1.5).0 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 1.5.0125 * @since BuddyPress (1.5).0 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 1.5.0616 * @since BuddyPress (1.5).0 617 617 * 618 618 * @param int $user_id … … 1520 1520 * For that, see {@link bp_activity_comment_embed()}. 1521 1521 * 1522 * @since 1.51522 * @since BuddyPress (1.5) 1523 1523 * 1524 1524 * @see BP_Embed … … 1542 1542 * If no cache and link is embeddable, cache it. 1543 1543 * 1544 * @since 1.51544 * @since BuddyPress (1.5) 1545 1545 * 1546 1546 * @see BP_Embed … … 1562 1562 * When a user clicks on a "Read More" item, make sure embeds are correctly parsed and shown for the expanded content. 1563 1563 * 1564 * @since 1.51564 * @since BuddyPress (1.5) 1565 1565 * 1566 1566 * @see BP_Embed … … 1589 1589 * {@link bp_activity_embed()} or any other component embeds. 1590 1590 * 1591 * @since 1.51591 * @since BuddyPress (1.5) 1592 1592 * 1593 1593 * @see bp_activity_comment_embed() … … 1604 1604 * Used during {@link BP_Embed::parse_oembed()} via {@link bp_activity_embed()}. 1605 1605 * 1606 * @since 1.51606 * @since BuddyPress (1.5) 1607 1607 * 1608 1608 * @uses bp_activity_get_meta() … … 1618 1618 * Used during {@link BP_Embed::parse_oembed()} via {@link bp_activity_embed()}. 1619 1619 * 1620 * @since 1.51620 * @since BuddyPress (1.5) 1621 1621 * 1622 1622 * @uses bp_activity_update_meta()
Note: See TracChangeset
for help on using the changeset viewer.