Ticket #21931: 21931.diff
File 21931.diff, 537 bytes (added by , 12 years ago) |
---|
-
wp-includes/template-loader.php
39 39 else : 40 40 $template = get_index_template(); 41 41 endif; 42 if ( $template = apply_filters( 'template_include', $template ) ) 42 if ( $template = apply_filters( 'template_include', $template ) ){ 43 43 include( $template ); 44 }else{ 45 wp_die( "Whoops! Looks like your theme is missing." ); 46 } 44 47 return; 45 48 endif;