Skip to:
Content

BuddyPress.org

Changeset 7714


Ignore:
Timestamp:
12/23/2013 06:29:25 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Use correct filter name in bp_notifications_get_registered_components(). See #5300. (1.9 branch)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.9/bp-notifications/bp-notifications-functions.php

    r7713 r7714  
    509509}
    510510
     511
    511512/**
    512513 * Return an array of component names that are currently active and have
     
    536537
    537538    // Return active components with registered notifications callbacks
    538     return apply_filters( 'bp_notifications_get_component_names', $component_names, $active_components );
    539 }
     539    return apply_filters( 'bp_notifications_get_registered_components', $component_names, $active_components );
     540}
Note: See TracChangeset for help on using the changeset viewer.