Merge pull request #11366 from tivnet/patch-5

Typo in WC_Email_Customer_New_Account
This commit is contained in:
Claudio Sanches 2016-07-05 21:17:12 -03:00 committed by GitHub
commit 2ed2b6d4c6
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class WC_Email_Customer_New_Account extends WC_Email {
$this->subject = __( 'Your account on {site_title}', 'woocommerce');
$this->heading = __( 'Welcome to {site_title}', 'woocommerce');
// Call parent constuctor
// Call parent constructor
parent::__construct();
}