Ticket #18859: 18859.3.patch
File 18859.3.patch, 401 bytes (added by , 11 years ago) |
---|
-
wp-includes/template.php
280 280 281 281 $templates = array(); 282 282 283 $templates[] = "single-{$object->post_type}-{$object->post_name}.php"; 283 284 $templates[] = "single-{$object->post_type}.php"; 284 285 $templates[] = "single.php"; 285 286