Changeset 4875
- Timestamp:
- 07/27/2011 11:48:30 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/deprecated/1.3.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/deprecated/1.3.php
r4820 r4875 322 322 323 323 /** 324 * BP 1.3 simplified notification functions a bit 325 */ 326 function bp_core_delete_notifications_for_user_by_type( $user_id, $component_name, $component_action ) { 327 _deprecated_function( __FUNCTION__, '1.3', 'bp_core_delete_notifications_by_type()' ); 328 return BP_Core_Notification::delete_for_user_by_type( $user_id, $component_name, $component_action ); 329 } 330 331 function bp_core_delete_notifications_for_user_by_item_id( $user_id, $item_id, $component_name, $component_action, $secondary_item_id = false ) { 332 _deprecated_function( __FUNCTION__, '1.3', 'bp_core_delete_notifications_by_item_id()' ); 333 return BP_Core_Notification::delete_for_user_by_item_id( $user_id, $item_id, $component_name, $component_action, $secondary_item_id ); 334 } 335 336 /** 324 337 * In BP 1.3, these functions were renamed for greater consistency 325 338 */
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)