From 6befee20ca0979a485f7d2c9700dd39ef34db7c8 Mon Sep 17 00:00:00 2001 From: yura_nalivaiko Date: Wed, 25 Oct 2017 17:16:39 +0300 Subject: [PATCH] - fixed templates function; --- includes/class-functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/class-functions.php b/includes/class-functions.php index 019bb3c4..c3362c4d 100644 --- a/includes/class-functions.php +++ b/includes/class-functions.php @@ -210,7 +210,6 @@ if ( ! class_exists( 'UM_Functions' ) ) { } $located = $this->locate_template( $template_name, $path ); -var_dump($located); if ( ! file_exists( $located ) ) { _doing_it_wrong( __FUNCTION__, sprintf( '%s does not exist.', $located ), '2.1' ); return;