Remove unused global var. props filosofo, fixes #13316.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14536 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d4e3352f1e
commit
e88d9914de
|
@ -881,8 +881,6 @@ function get_home_template() {
|
|||
* @return string
|
||||
*/
|
||||
function get_front_page_template() {
|
||||
global $wp_query;
|
||||
|
||||
return apply_filters( 'front_page_template', locate_template( array('front-page.php') ) );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue