Ticket #35326: 35326.patch
File 35326.patch, 571 bytes (added by , 9 years ago) |
---|
-
wp-includes/template.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
241 241 242 242 if ( ! empty( $term->slug ) ) { 243 243 $taxonomy = $term->taxonomy; 244 $templates[] = "taxonomy-{$term->term_id}.php"; 244 245 $templates[] = "taxonomy-$taxonomy-{$term->slug}.php"; 245 246 $templates[] = "taxonomy-$taxonomy.php"; 246 247 }