Remove trailing comma

This commit is contained in:
roykho 2021-06-30 20:23:55 -07:00
parent 79e3f15696
commit 5bfee13c44
No known key found for this signature in database
GPG Key ID: 7B36C0EA25795714
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class WC_Notes_Refund_Returns {
$note->add_action(
'notify-refund-returns-page',
__( 'Edit page', 'woocommerce' ),
admin_url( sprintf( 'post.php?post=%d&action=edit', (int) $page_id ) ),
admin_url( sprintf( 'post.php?post=%d&action=edit', (int) $page_id ) )
);
return $note;