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:
nacin 2010-05-10 06:06:37 +00:00
parent d4e3352f1e
commit e88d9914de
1 changed files with 0 additions and 2 deletions

View File

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