From a5d03828f4903c84b60bad1d7eb5f0e32114fcc0 Mon Sep 17 00:00:00 2001 From: Slavic Dragovtev Date: Wed, 22 Apr 2020 20:19:50 +0300 Subject: [PATCH] Fix DocBlock in email template Fixes issue [#26244](https://github.com/woocommerce/woocommerce/issues/26244) --- templates/emails/plain/email-customer-details.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/emails/plain/email-customer-details.php b/templates/emails/plain/email-customer-details.php index d9f9672b729..f5b0ebf91f0 100644 --- a/templates/emails/plain/email-customer-details.php +++ b/templates/emails/plain/email-customer-details.php @@ -4,7 +4,7 @@ * * This is extra customer data which can be filtered by plugins. It outputs below the order item table. * - * This template can be overridden by copying it to yourtheme/woocommerce/emails/plain/email-addresses.php. + * This template can be overridden by copying it to yourtheme/woocommerce/emails/plain/email-customer-details.php. * * HOWEVER, on occasion WooCommerce will need to update template files and you * (the theme developer) will need to copy the new files to your theme to