- fixed templates function;

This commit is contained in:
yura_nalivaiko
2017-10-25 17:16:39 +03:00
parent e918b436fe
commit 6befee20ca
-1
View File
@@ -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( '<code>%s</code> does not exist.', $located ), '2.1' );
return;