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:
Peter Westwood 2011-01-15 23:44:06 +00:00
parent 3a069aab56
commit bdb4930bbe
1 changed files with 0 additions and 2 deletions

View File

@ -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 ) );
}