Ticket #14310: 14310.diff
File 14310.diff, 428 bytes (added by , 13 years ago) |
---|
-
wp-includes/theme.php
745 745 if ( empty( $templates ) ) 746 746 $templates = array("{$type}.php"); 747 747 748 $templates = apply_filters( "{$type}_template_hierarchy", $templates );749 750 748 return apply_filters( "{$type}_template", locate_template( $templates ) ); 751 749 } 752 750