Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/16/2012 01:06:05 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Add 'BuddyPress' to all 1.5 phpdoc since's.

File:
1 edited

Legend:

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

    r5901 r5927  
    1616 * Checks $bp pages global and looks for directory page
    1717 *
    18  * @since 1.5.0
     18 * @since BuddyPress (1.5).0
    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 1.5.0
     33 * @since BuddyPress (1.5).0
    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 1.5.0
     53 * @since BuddyPress (1.5).0
    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 1.5.0
     66 * @since BuddyPress (1.5).0
    6767 *
    6868 * @param int $activity_id The unique id for the activity item
     
    123123 * Formats notifications related to activity
    124124 *
    125  * @since 1.5.0
     125 * @since BuddyPress (1.5).0
    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 1.5.0
     616 * @since BuddyPress (1.5).0
    617617 *
    618618 * @param int $user_id
     
    15201520 * For that, see {@link bp_activity_comment_embed()}.
    15211521 *
    1522  * @since 1.5
     1522 * @since BuddyPress (1.5)
    15231523 *
    15241524 * @see BP_Embed
     
    15421542 * If no cache and link is embeddable, cache it.
    15431543 *
    1544  * @since 1.5
     1544 * @since BuddyPress (1.5)
    15451545 *
    15461546 * @see BP_Embed
     
    15621562 * When a user clicks on a "Read More" item, make sure embeds are correctly parsed and shown for the expanded content.
    15631563 *
    1564  * @since 1.5
     1564 * @since BuddyPress (1.5)
    15651565 *
    15661566 * @see BP_Embed
     
    15891589 * {@link bp_activity_embed()} or any other component embeds.
    15901590 *
    1591  * @since 1.5
     1591 * @since BuddyPress (1.5)
    15921592 *
    15931593 * @see bp_activity_comment_embed()
     
    16041604 * Used during {@link BP_Embed::parse_oembed()} via {@link bp_activity_embed()}.
    16051605 *
    1606  * @since 1.5
     1606 * @since BuddyPress (1.5)
    16071607 *
    16081608 * @uses bp_activity_get_meta()
     
    16181618 * Used during {@link BP_Embed::parse_oembed()} via {@link bp_activity_embed()}.
    16191619 *
    1620  * @since 1.5
     1620 * @since BuddyPress (1.5)
    16211621 *
    16221622 * @uses bp_activity_update_meta()
Note: See TracChangeset for help on using the changeset viewer.