mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-20 07:04:06 +09:00
- fixed templates function;
This commit is contained in:
@@ -210,7 +210,6 @@ if ( ! class_exists( 'UM_Functions' ) ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$located = $this->locate_template( $template_name, $path );
|
$located = $this->locate_template( $template_name, $path );
|
||||||
var_dump($located);
|
|
||||||
if ( ! file_exists( $located ) ) {
|
if ( ! file_exists( $located ) ) {
|
||||||
_doing_it_wrong( __FUNCTION__, sprintf( '<code>%s</code> does not exist.', $located ), '2.1' );
|
_doing_it_wrong( __FUNCTION__, sprintf( '<code>%s</code> does not exist.', $located ), '2.1' );
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user