Changeset 6342 for trunk/bp-members/bp-members-notifications.php
- Timestamp:
- 09/18/2012 06:03:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-notifications.php
r6093 r6342 63 63 /** 64 64 * Get a specific notification by its ID 65 * 65 * 66 66 * @since BuddyPress (1.0) 67 67 * @param int $id 68 * @return BP_Core_Notification 68 * @return BP_Core_Notification 69 69 */ 70 70 function bp_core_get_notification( $id ) { … … 74 74 /** 75 75 * Get notifications for a specific user 76 * 76 * 77 77 * @since BuddyPress (1.0) 78 78 * @global BuddyPress $bp … … 174 174 /** 175 175 * Delete notifications for a user by type 176 * 176 * 177 177 * Used when clearing out notifications for a specific component when the user 178 178 * has visited that component. … … 190 190 /** 191 191 * Delete notifications for an item ID 192 * 192 * 193 193 * Used when clearing out notifications for a specific component when the user 194 194 * has visited that component. … … 250 250 return true; 251 251 } 252 253 ?>
Note: See TracChangeset
for help on using the changeset viewer.