Fix syntax error after manual merge conglict resolution
This commit is contained in:
parent
8b12fee96f
commit
78ab6fe079
|
@ -217,7 +217,8 @@ class WC_Settings_Emails extends WC_Settings_Page {
|
||||||
'type' => 'sectionend',
|
'type' => 'sectionend',
|
||||||
'id' => 'email_merchant_notes',
|
'id' => 'email_merchant_notes',
|
||||||
),
|
),
|
||||||
);
|
)
|
||||||
|
);
|
||||||
|
|
||||||
return apply_filters( 'woocommerce_email_settings', $settings );
|
return apply_filters( 'woocommerce_email_settings', $settings );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue