Skip to content

Commit 445d474

Browse files
authored
Merge pull request #1925 from xwp/fix/buddypress-phpcs
Fix phpcs warnings in BuddyPress connector
1 parent d4a05c4 commit 445d474

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

connectors/class-connector-buddypress.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -706,9 +706,9 @@ public function callback_bp_activity_admin_edit_after( $activity, $error ) {
706706
array(
707707
'activity_action' => wp_strip_all_tags( $activity->action ),
708708
'id' => $activity->id,
709-
'item_id' => $activity->item_id,
710-
'type' => $activity->type,
711-
'author' => $activity->user_id,
709+
'item_id' => $activity->item_id,
710+
'type' => $activity->type,
711+
'author' => $activity->user_id,
712712
),
713713
$activity->id,
714714
'activity',

0 commit comments

Comments
 (0)