Index: wp-includes/template.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- wp-includes/template.php	(revision 83059c3553cab6060ae6fcf71e2b93d49a2ecb67)
+++ wp-includes/template.php	(revision )
@@ -241,6 +241,7 @@
 
 	if ( ! empty( $term->slug ) ) {
 		$taxonomy = $term->taxonomy;
+		$templates[] = "taxonomy-{$term->term_id}.php";
 		$templates[] = "taxonomy-$taxonomy-{$term->slug}.php";
 		$templates[] = "taxonomy-$taxonomy.php";
 	}
