Ticket #21213: 21213.patch
File 21213.patch, 419 bytes (added by , 10 years ago) |
---|
-
wp-includes/template.php
219 219 function get_front_page_template() { 220 220 $templates = array('front-page.php'); 221 221 222 return get_query_template( 'front _page', $templates );222 return get_query_template( 'front-page', $templates ); 223 223 } 224 224 225 225 /**