[buddypress-trac] [BuddyPress Trac] #7022: Extra semicolon in bp_notifications_add_notification()
buddypress-trac
noreply at wordpress.org
Sun Apr 17 00:45:34 UTC 2016
#7022: Extra semicolon in bp_notifications_add_notification()
---------------------------------------+-----------------------------
Reporter: tw2113 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Component - Notifications | Version:
Severity: trivial | Keywords: good-first-bug
---------------------------------------+-----------------------------
{{{
$r = bp_parse_args( $args, array(
'user_id' => 0,
'item_id' => 0,
'secondary_item_id' => 0,
'component_name' => '',
'component_action' => '',
'date_notified' => bp_core_current_time(),
'is_new' => 1,
'allow_duplicate' => false,
), 'notifications_add_notification' );;
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7022>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list