From 40fc9ef83eff8cf1b822fa4214ea1953c494998d Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Thu, 13 Feb 2014 09:25:24 +0000 Subject: [PATCH] Fixes Irony --- includes/wc-core-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/wc-core-functions.php b/includes/wc-core-functions.php index 1c7ac1c4a55..2ac77945a72 100644 --- a/includes/wc-core-functions.php +++ b/includes/wc-core-functions.php @@ -96,7 +96,7 @@ function wc_get_template( $template_name, $args = array(), $template_path = '', $located = wc_locate_template( $template_name, $template_path, $default_path ); if ( ! file_exists( $located ) ) { - _doing_it_wrong( __FUNCTION__, sprintf( '%s does not exist.', $located ) ); + _doing_it_wrong( __FUNCTION__, sprintf( '%s does not exist.', $located ), '2.1' ); return; }