Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/09/2013 01:59:32 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Introduce bp-notifications-actions.php to handle single notification status toggling.

  • Include new actions file in loader.
  • Tweak link output functions to make it moderately easier to debug the URL.
  • Introduce bp_notifications_mark_notification() to help with marking single notifications.
  • Fix bp_notifications_delete_notification() to work with new array argument pattern, introduced previously.
  • It's alive!

See #5148.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-notifications/bp-notifications-loader.php

    r7521 r7543  
    4343        public function includes( $includes = array() ) {
    4444                $includes = array(
     45                        'actions',
    4546                        'classes',
    4647                        'screens',
Note: See TracChangeset for help on using the changeset viewer.