Remove unused global var. props filosofo, fixes #13316.

git-svn-id: https://develop.svn.wordpress.org/trunk@14536 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-05-10 06:06:37 +00:00
parent 052f0a3766
commit 4b48de9c08
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') ) );
}