Skip to:
Content

BuddyPress.org

Opened 8 years ago

Closed 8 years ago

#7022 closed defect (bug) (fixed)

Extra semicolon in bp_notifications_add_notification()

Reported by: tw2113's profile tw2113 Owned by: djpaul's profile djpaul
Milestone: 2.6 Priority: normal
Severity: trivial Version:
Component: Toolbar & Notifications Keywords: good-first-bug
Cc:

Description

$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' );;

Change History (2)

#1 @DJPaul
8 years ago

  • Milestone changed from Awaiting Review to 2.6

#2 @djpaul
8 years ago

  • Owner set to djpaul
  • Resolution set to fixed
  • Status changed from new to closed

In 10806:

Notifications: remove double semi-colon

Fixes #7022

Props tw2113

Note: See TracTickets for help on using tickets.