Changeset 7714
- Timestamp:
- 12/23/2013 06:29:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.9/bp-notifications/bp-notifications-functions.php
r7713 r7714 509 509 } 510 510 511 511 512 /** 512 513 * Return an array of component names that are currently active and have … … 536 537 537 538 // 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.