Changeset 7173
- Timestamp:
- 06/06/2013 11:33:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-notifications.php
r6342 r7173 120 120 121 121 // Callback function exists 122 if ( isset( $bp->{$component_name}->notification_callback ) && function_exists( $bp->{$component_name}->notification_callback ) ) {122 if ( isset( $bp->{$component_name}->notification_callback ) && is_callable( $bp->{$component_name}->notification_callback ) ) { 123 123 124 124 // Function should return an object
Note: See TracChangeset
for help on using the changeset viewer.