Changeset 5929 for trunk/bp-activity/bp-activity-screens.php
- Timestamp:
- 03/16/2012 02:42:59 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-screens.php (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-screens.php
r5928 r5929 38 38 * Activity screen 'my activity' index 39 39 * 40 * @since 1.0.040 * @since BuddyPress (1.0) 41 41 * 42 42 * @uses do_action() To call the 'bp_activity_screen_my_activity' hook … … 52 52 * Activity screen 'friends' index 53 53 * 54 * @since 1.0.054 * @since BuddyPress (1.0) 55 55 * 56 56 * @uses bp_is_active() … … 73 73 * Activity screen 'groups' index 74 74 * 75 * @since 1.2.075 * @since BuddyPress (1.2) 76 76 * 77 77 * @uses bp_is_active() … … 94 94 * Activity screen 'favorites' index 95 95 * 96 * @since 1.2.096 * @since BuddyPress (1.2) 97 97 * 98 98 * @uses bp_update_is_item_admin() … … 111 111 * Activity screen 'mentions' index 112 112 * 113 * @since 1.2.0113 * @since BuddyPress (1.2) 114 114 * 115 115 * @uses bp_update_is_item_admin() … … 161 161 * Reset the logged-in user's new mentions data when he visits his mentions screen 162 162 * 163 * @since 1.2.0163 * @since BuddyPress (1.2) 164 164 * 165 165 * @global object $bp BuddyPress global settings … … 258 258 * Add activity notifications settings to the notifications settings page 259 259 * 260 * @since 1.2.0260 * @since BuddyPress (1.2) 261 261 * 262 262 * @uses bp_get_user_meta()
Note: See TracChangeset
for help on using the changeset viewer.