From 42f57d47989fb8129cb8b5f8ac550d32234073fd Mon Sep 17 00:00:00 2001 From: westi Date: Sat, 15 Jan 2011 23:44:06 +0000 Subject: [PATCH] Remove this new filter as it didn't get enough discussion prior to addition. Revisit later. See #14310. git-svn-id: http://svn.automattic.com/wordpress/trunk@17316 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/theme.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 8de8ae3816..c2960557db 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -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 ) ); }