Changeset 9992
- Timestamp:
- 07/03/2015 09:02:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-functions.php
r9819 r9992 35 35 function bp_notifications_add_notification( $args = array() ) { 36 36 37 $r = wp_parse_args( $args, array(37 $r = bp_parse_args( $args, array( 38 38 'user_id' => 0, 39 39 'item_id' => 0, … … 44 44 'is_new' => 1, 45 45 'allow_duplicate' => false, 46 ) );46 ), 'notifications_add_notification' );; 47 47 48 48 // Check for existing duplicate notifications
Note: See TracChangeset
for help on using the changeset viewer.