Fixed coding standards
This commit is contained in:
parent
dcbe09376f
commit
cb3e1de0be
|
@ -213,7 +213,7 @@ class WC_Email extends WC_Settings_API {
|
|||
// Find/replace
|
||||
if ( empty( $this->placeholders ) ) {
|
||||
$this->placeholders = array(
|
||||
'{site_title}' => $this->get_blogname()
|
||||
'{site_title}' => $this->get_blogname(),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue