Changeset 4907 for trunk/bp-members/bp-members-notifications.php
- Timestamp:
- 07/30/2011 02:00:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-notifications.php
r4824 r4907 73 73 continue; 74 74 75 // @deprecated format_notification_function - 1. 375 // @deprecated format_notification_function - 1.5 76 76 if ( isset( $bp->{$component_name}->format_notification_function ) && function_exists( $bp->{$component_name}->format_notification_function ) ) { 77 77 $renderable[] = call_user_func( $bp->{$component_name}->format_notification_function, $component_action_name, $component_action_items[0]->item_id, $component_action_items[0]->secondary_item_id, $action_item_count );
Note: See TracChangeset
for help on using the changeset viewer.