Index: wp-includes/template.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>windows-1250
===================================================================
--- wp-includes/template.php	(revision 66db22da1931cc22bc497014db1d15c2441cd5b3)
+++ wp-includes/template.php	(revision )
@@ -413,6 +413,8 @@
 		}
 	}
 
+	$located = apply_filters('locate_template', $located, $template_names);
+
 	if ( $load && '' != $located )
 		load_template( $located, $require_once );
 
