Changeset 17123
- Timestamp:
- 12/23/2010 05:05:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r17102 r17123 913 913 */ 914 914 function get_home_template() { 915 $template = get_post_meta( get_queried_object_id(), '_wp_page_template', true);916 915 $templates = array( 'home.php', 'index.php' ); 917 918 if ( ! empty( $template ) )919 array_unshift( $templates, $template );920 916 921 917 return get_query_template( 'home', $templates );
Note: See TracChangeset
for help on using the changeset viewer.