Remove white space

This commit is contained in:
Shadi Manna 2023-04-20 15:34:58 +02:00
parent 7ae2e66e58
commit f7bd95901b
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ if ( ! class_exists( 'WC_Email_New_Order' ) ) :
public function get_additional_content() {
return apply_filters( 'woocommerce_email_additional_content_' . $this->id, $this->format_string( $this->get_option( 'additional_content' ) ), $this->object, $this );
}
/**
* Initialise settings form fields.
*/