Changeset 7536 for trunk/bp-notifications/bp-notifications-functions.php
- Timestamp:
- 11/08/2013 12:34:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-notifications/bp-notifications-functions.php
r7532 r7536 42 42 'component_action' => '', 43 43 'date_notified' => bp_core_current_time(), 44 'is_new' => 1 44 'is_new' => 1, 45 45 ) ); 46 46 … … 311 311 'component_name' => $component_name, 312 312 'component_action' => $component_action, 313 'is_new' => $is_new 313 'is_new' => $is_new, 314 314 ) ); 315 315 } … … 338 338 'component_name' => $component_name, 339 339 'component_action' => $component_action, 340 'is_new' => $is_new 340 'is_new' => $is_new, 341 341 ) ); 342 342 } … … 363 363 'component_name' => $component_name, 364 364 'component_action' => $component_action, 365 'is_new' => $is_new 365 'is_new' => $is_new, 366 366 ) ); 367 367 } … … 390 390 'component_name' => $component_name, 391 391 'component_action' => $component_action, 392 'is_new' => $is_new 392 'is_new' => $is_new, 393 393 ) ); 394 394 }
Note: See TracChangeset
for help on using the changeset viewer.