Make WordPress Core

Ticket #35326: 35326.patch

File 35326.patch, 571 bytes (added by sebastian.pisula, 9 years ago)
  • wp-includes/template.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    241241
    242242        if ( ! empty( $term->slug ) ) {
    243243                $taxonomy = $term->taxonomy;
     244                $templates[] = "taxonomy-{$term->term_id}.php";
    244245                $templates[] = "taxonomy-$taxonomy-{$term->slug}.php";
    245246                $templates[] = "taxonomy-$taxonomy.php";
    246247        }