Skip to:
Content

BuddyPress.org


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

Add 'BuddyPress' to phpdoc since's and deprecated's for 1.1, 1.2.

File:
1 edited

Legend:

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

    r5729 r5929  
    1616 * Allow core components and dependent plugins to register activity actions
    1717 *
    18  * @since 1.2.0
     18 * @since BuddyPress (1.2)
    1919 *
    2020 * @uses do_action() To call 'bp_register_activity_actions' hook.
     
    2828 * Allow core components and dependent plugins to register activity actions
    2929 *
    30  * @since 1.2.0
     30 * @since BuddyPress (1.2)
    3131 *
    3232 * @global object $bp BuddyPress global settings
     
    111111 * Delete specific activity item and redirect to previous page.
    112112 *
    113  * @since 1.1.0
     113 * @since BuddyPress (1.1)
    114114 *
    115115 * @param int $activity_id Activity id to be deleted. Defaults to 0.
     
    227227 * Post user/group activity update.
    228228 *
    229  * @since 1.2.0
     229 * @since BuddyPress (1.2)
    230230 *
    231231 * @uses is_user_logged_in()
     
    294294 * Post new activity comment.
    295295 *
    296  * @since 1.2.0
     296 * @since BuddyPress (1.2)
    297297 *
    298298 * @uses is_user_logged_in()
     
    343343 * Mark activity as favorite.
    344344 *
    345  * @since 1.2.0
     345 * @since BuddyPress (1.2)
    346346 *
    347347 * @uses is_user_logged_in()
     
    377377 * Remove activity from favorites.
    378378 *
    379  * @since 1.2.0
     379 * @since BuddyPress (1.2)
    380380 *
    381381 * @uses is_user_logged_in()
     
    411411 * Load the sitewide feed.
    412412 *
    413  * @since 1.0.0
     413 * @since BuddyPress (1.0)
    414414 *
    415415 * @global object $bp BuddyPress global settings
     
    439439 * Load a user's personal feed.
    440440 *
    441  * @since 1.0.0
     441 * @since BuddyPress (1.0)
    442442 *
    443443 * @global object $wp_query
     
    465465 * Load a user's friends feed.
    466466 *
    467  * @since 1.0.0
     467 * @since BuddyPress (1.0)
    468468 *
    469469 * @global object $wp_query
     
    494494 * Load a user's my groups feed.
    495495 *
    496  * @since 1.2.0
     496 * @since BuddyPress (1.2)
    497497 *
    498498 * @global object $wp_query
     
    523523 * Load a user's @mentions feed.
    524524 *
    525  * @since 1.2.0
     525 * @since BuddyPress (1.2)
    526526 *
    527527 * @global object $wp_query
     
    550550 * Load a user's favorites feed.
    551551 *
    552  * @since 1.2.0
     552 * @since BuddyPress (1.2)
    553553 *
    554554 * @global object $wp_query
Note: See TracChangeset for help on using the changeset viewer.