Merge pull request #6838 from khag7/master
Corrected the docblock descriptions for two "send email" classes
This commit is contained in:
commit
ce1d59c7ba
|
@ -9,7 +9,7 @@ if ( ! class_exists( 'WC_Email_Cancelled_Order' ) ) :
|
|||
/**
|
||||
* Cancelled Order Email
|
||||
*
|
||||
* An email sent to the admin when a new order is received/paid for.
|
||||
* An email sent to the admin when an order is cancelled.
|
||||
*
|
||||
* @class WC_Email_Cancelled_Order
|
||||
* @version 2.2.7
|
||||
|
|
|
@ -9,7 +9,7 @@ if ( ! class_exists( 'WC_Email_Customer_Processing_Order' ) ) :
|
|||
/**
|
||||
* Customer Processing Order Email
|
||||
*
|
||||
* An email sent to the admin when a new order is received/paid for.
|
||||
* An email sent to the customer when a new order is received/paid for.
|
||||
*
|
||||
* @class WC_Email_Customer_Processing_Order
|
||||
* @version 2.0.0
|
||||
|
|
Loading…
Reference in New Issue