phpcs fixes
This commit is contained in:
parent
8821bf41c5
commit
27f9f1304c
|
@ -267,7 +267,13 @@ class WC_Emails {
|
||||||
* @param WC_Email $email Email object for the email.
|
* @param WC_Email $email Email object for the email.
|
||||||
*/
|
*/
|
||||||
public function email_header( $email_heading, $email ) {
|
public function email_header( $email_heading, $email ) {
|
||||||
wc_get_template( 'emails/email-header.php', array( 'email_heading' => $email_heading, 'email' => $email ) );
|
wc_get_template(
|
||||||
|
'emails/email-header.php',
|
||||||
|
array(
|
||||||
|
'email_heading' => $email_heading,
|
||||||
|
'email' => $email,
|
||||||
|
)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue