Skip to content

Commit

Permalink
Remove stray comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakePT committed May 2, 2022
1 parent 625a5b8 commit 69c505e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ function action_admin_enqueue_dashboard_scripts() {
'ep-skip-features' => 1,
'nonce' => wp_create_nonce( 'ep-skip-install' ),
),
$skip_url,
$skip_url
),
'syncUrl' => $sync_url,
);
Expand Down

0 comments on commit 69c505e

Please sign in to comment.