From 067d62541ecfd29b5d242216f2bb47d7d121a178 Mon Sep 17 00:00:00 2001 From: khag7 Date: Tue, 25 Nov 2014 11:15:53 -0500 Subject: [PATCH 1/2] Corrected the docblock description This is an email sent to the customer, not the admin. --- includes/emails/class-wc-email-customer-processing-order.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/emails/class-wc-email-customer-processing-order.php b/includes/emails/class-wc-email-customer-processing-order.php index 91aa83a203f..b8f3eb4e124 100644 --- a/includes/emails/class-wc-email-customer-processing-order.php +++ b/includes/emails/class-wc-email-customer-processing-order.php @@ -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 From bf15b5e3511aa7b7c8f1a8e57b4c7a508e5c9fdc Mon Sep 17 00:00:00 2001 From: khag7 Date: Tue, 25 Nov 2014 11:23:00 -0500 Subject: [PATCH 2/2] Corrected the docblock description for the order cancellation email class This email is sent when an order is cancelled, not when a new order is paid for. --- includes/emails/class-wc-email-cancelled-order.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/emails/class-wc-email-cancelled-order.php b/includes/emails/class-wc-email-cancelled-order.php index fadc20caedc..de07c5b3b25 100644 --- a/includes/emails/class-wc-email-cancelled-order.php +++ b/includes/emails/class-wc-email-cancelled-order.php @@ -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