Remove this new filter as it didn't get enough discussion prior to addition.
Revisit later. See #14310. git-svn-id: https://develop.svn.wordpress.org/trunk@17316 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3a069aab56
commit
bdb4930bbe
@ -745,8 +745,6 @@ function get_query_template( $type, $templates = array() ) {
|
||||
if ( empty( $templates ) )
|
||||
$templates = array("{$type}.php");
|
||||
|
||||
$templates = apply_filters( "{$type}_template_hierarchy", $templates );
|
||||
|
||||
return apply_filters( "{$type}_template", locate_template( $templates ) );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user