Changeset 10108 for trunk/src/bp-core/deprecated/1.9.php
- Timestamp:
- 09/13/2015 02:02:56 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/deprecated/1.9.php
r9819 r10108 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Member Notifications … … 20 19 * bp_notifications_add_notification() instead. 21 20 * 22 * @since BuddyPress (1.0.0)21 * @since 1.0.0 23 22 * @param string $item_id 24 23 * @param int $user_id … … 63 62 * bp_notifications_delete_notification() instead. 64 63 * 65 * @since BuddyPress (1.0.0)64 * @since 1.0.0 66 65 * @param int $id ID of notification. 67 66 * @return boolean True on success, false on failure. … … 86 85 * bp_notifications_get_notification() instead. 87 86 * 88 * @since BuddyPress (1.0.0)87 * @since 1.0.0 89 88 * @param int $id ID of notification. 90 89 * @return BP_Core_Notification … … 109 108 * bp_notifications_get_notifications_for_user() instead. 110 109 * 111 * @since BuddyPress (1.0.0)110 * @since 1.0.0 112 111 * @param int $user_id ID of user. 113 112 * @param string $format … … 138 137 * bp_notifications_delete_notifications_by_type() instead. 139 138 * 140 * @since BuddyPress (1.0.0)139 * @since 1.0.0 141 140 * @param int $user_id 142 141 * @param string $component_name … … 166 165 * bp_notifications_delete_notifications_by_item_id() instead. 167 166 * 168 * @since BuddyPress (1.0.0)167 * @since 1.0.0 169 168 * @param int $user_id 170 169 * @param string $component_name … … 191 190 * bp_notifications_delete_all_notifications_by_type() instead. 192 191 * 193 * @since BuddyPress (1.0.0)192 * @since 1.0.0 194 193 * @param int $user_id 195 194 * @param string $component_name … … 218 217 * bp_notifications_delete_notifications_from_user() instead. 219 218 * 220 * @since BuddyPress (1.0.0)219 * @since 1.0.0 221 220 * @param int $user_id 222 221 * @param string $component_name … … 247 246 * bp_notifications_check_notification_access() instead. 248 247 * 249 * @since BuddyPress (1.0.0)248 * @since 1.0.0 250 249 * @param int $user_id 251 250 * @param int $notification_id
Note: See TracChangeset
for help on using the changeset viewer.