Fixed the load of the WC_Email_Customer_On_Hold_Order class, closes #11348

This commit is contained in:
Claudio Sanches 2016-07-04 17:37:16 -03:00
parent 8f62c322dd
commit 8d23577683
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
if ( ! class_exists( 'WC_Email_Customer_Processing_Order' ) ) :
if ( ! class_exists( 'WC_Email_Customer_On_Hold_Order' ) ) :
/**
* Customer On-hold Order Email.