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-screens.php

    r5928 r5929  
    3838 * Activity screen 'my activity' index
    3939 *
    40  * @since 1.0.0
     40 * @since BuddyPress (1.0)
    4141 *
    4242 * @uses do_action() To call the 'bp_activity_screen_my_activity' hook
     
    5252 * Activity screen 'friends' index
    5353 *
    54  * @since 1.0.0
     54 * @since BuddyPress (1.0)
    5555 *
    5656 * @uses bp_is_active()
     
    7373 * Activity screen 'groups' index
    7474 *
    75  * @since 1.2.0
     75 * @since BuddyPress (1.2)
    7676 *
    7777 * @uses bp_is_active()
     
    9494 * Activity screen 'favorites' index
    9595 *
    96  * @since 1.2.0
     96 * @since BuddyPress (1.2)
    9797 *
    9898 * @uses bp_update_is_item_admin()
     
    111111 * Activity screen 'mentions' index
    112112 *
    113  * @since 1.2.0
     113 * @since BuddyPress (1.2)
    114114 *
    115115 * @uses bp_update_is_item_admin()
     
    161161 * Reset the logged-in user's new mentions data when he visits his mentions screen
    162162 *
    163  * @since 1.2.0
     163 * @since BuddyPress (1.2)
    164164 *
    165165 * @global object $bp BuddyPress global settings
     
    258258 * Add activity notifications settings to the notifications settings page
    259259 *
    260  * @since 1.2.0
     260 * @since BuddyPress (1.2)
    261261 *
    262262 * @uses bp_get_user_meta()
Note: See TracChangeset for help on using the changeset viewer.