Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Remove whitespace after control structure.
  • Loading branch information
tylerhcarter committed Mar 8, 2016
1 parent 9b8c5cb commit f2b378e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions classes/class-log.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,12 @@ public function is_record_excluded( $connector, $context, $action, $user = null,
} else {
$role = '';
}

$record = array(
'connector' => $connector,
'context' => $context,
'action' => $action,
'author' => $user->ID,
'role' => $user_role,
'role' => $role,
'ip_address' => $ip,
);

Expand Down

0 comments on commit f2b378e

Please sign in to comment.