From 11835b10048b7c77cfd5793b53c9cf9ce5978798 Mon Sep 17 00:00:00 2001 From: Neil Pie Date: Thu, 21 Feb 2013 00:57:46 +0000 Subject: [PATCH] Brings correct template path format into line with WC generate file paths --- classes/abstracts/abstract-wc-email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/abstracts/abstract-wc-email.php b/classes/abstracts/abstract-wc-email.php index 48cfc7c8920..614baed28bf 100644 --- a/classes/abstracts/abstract-wc-email.php +++ b/classes/abstracts/abstract-wc-email.php @@ -596,7 +596,7 @@ abstract class WC_Email extends WC_Settings_API { - %s to your theme folder: %s.', 'woocommerce' ), $core_file, 'yourtheme/woocommerce/' . $this->$template ); ?> + %s to your theme folder: %s.', 'woocommerce' ), plugin_basename( $core_file), 'yourtheme/woocommerce/' . $this->$template ); ?>