Fix syntax error after manual merge conglict resolution

This commit is contained in:
Nestor Soriano 2021-05-07 12:26:18 +02:00
parent 8b12fee96f
commit 78ab6fe079
No known key found for this signature in database
GPG Key ID: 08110F3518C12CAD
1 changed files with 2 additions and 1 deletions

View File

@ -217,7 +217,8 @@ class WC_Settings_Emails extends WC_Settings_Page {
'type' => 'sectionend',
'id' => 'email_merchant_notes',
),
);
)
);
return apply_filters( 'woocommerce_email_settings', $settings );
}