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:
parent
052f0a3766
commit
4b48de9c08
@ -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
Block a user