Ticket #13316: extraneous_global_dec.13316.diff
| File extraneous_global_dec.13316.diff, 383 bytes (added by , 16 years ago) |
|---|
-
wp-includes/theme.php
881 881 * @return string 882 882 */ 883 883 function get_front_page_template() { 884 global $wp_query;885 886 884 return apply_filters( 'front_page_template', locate_template( array('front-page.php') ) ); 887 885 } 888 886