Changes between Initial Version and Version 1 of Ticket #5266
- Timestamp:
- 11/28/2013 02:45:54 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5266
-
Property
Summary
changed from
Replace bp_core_mark_notifications_by_X() functions with native bp-notification functions
toReplace older notification functions with new bp-notifications functions
-
Property
Summary
changed from
-
Ticket #5266 – Description
initial v1 1 Stemming from ticket:5259#comment:6, we should replace the recently-introduced notification wrapper functions (`bp_core_mark_notifications_by_X()`) functions for the native bp-notifications functions (`bp_notifications_mark_notifications_by_X()`) that were specifically written for the new component.1 Stemming from ticket:5259#comment:6, we should use the new bp-notifications functions instead of the older ones in bp-member-notifications.php. 2 2 3 The re is no need to introduce wrapper functions when we can just use the new ones.3 The attached patch also replaces the recently-introduced notification wrapper functions (`bp_core_mark_notifications_by_X()`) functions for the native ones (`bp_notifications_mark_notifications_by_X()`) that were specifically written for the new component.