Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5266


Ignore:
Timestamp:
11/28/2013 02:45:54 AM (12 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5266

    • Property Summary changed from Replace bp_core_mark_notifications_by_X() functions with native bp-notification functions to Replace older notification functions with new bp-notifications functions
  • 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.
     1Stemming from ticket:5259#comment:6, we should use the new bp-notifications functions instead of the older ones in bp-member-notifications.php.
    22
    3 There is no need to introduce wrapper functions when we can just use the new ones.
     3The 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.