Fixed coding standards

This commit is contained in:
Claudio Sanches 2017-07-20 18:14:53 -03:00
parent dcbe09376f
commit cb3e1de0be
1 changed files with 1 additions and 1 deletions

View File

@ -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(),
);
}