Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/16/2012 02:31:22 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Fix phpdoc since typos introduced in r5927

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-functions.php

    r5927 r5928  
    1616 * Checks $bp pages global and looks for directory page
    1717 *
    18  * @since BuddyPress (1.5).0
     18 * @since BuddyPress (1.5)
    1919 *
    2020 * @global object $bp BuddyPress global settings
     
    3131 * Searches through the content of an activity item to locate usernames, designated by an @ sign
    3232 *
    33  * @since BuddyPress (1.5).0
     33 * @since BuddyPress (1.5)
    3434 *
    3535 * @param string $content The content of the activity, usually found in $activity->content
     
    5151 * Resets a user's unread mentions list and count
    5252 *
    53  * @since BuddyPress (1.5).0
     53 * @since BuddyPress (1.5)
    5454 *
    5555 * @param int $user_id The id of the user whose unread mentions are being reset
     
    6464 * Adjusts new mention count for mentioned users when activity items are deleted or created
    6565 *
    66  * @since BuddyPress (1.5).0
     66 * @since BuddyPress (1.5)
    6767 *
    6868 * @param int $activity_id The unique id for the activity item
     
    123123 * Formats notifications related to activity
    124124 *
    125  * @since BuddyPress (1.5).0
     125 * @since BuddyPress (1.5)
    126126 *
    127127 * @param string $action The type of activity item. Just 'new_at_mention' for now
     
    614614 * Completely remove a user's activity data
    615615 *
    616  * @since BuddyPress (1.5).0
     616 * @since BuddyPress (1.5)
    617617 *
    618618 * @param int $user_id
Note: See TracChangeset for help on using the changeset viewer.