Make WordPress Core

Ticket #26742: template.php.patch

File template.php.patch, 480 bytes (added by UmeshSingla, 12 years ago)

Patch File

  • src/wp-includes/template.php

     
    188188 * template is used. If none of the files exist, then it will fall back on to
    189189 * index.php.
    190190 *
    191  * @since 2.5.0
    192  * @uses apply_filters() Calls 'taxonomy_template' filter on found path.
    193  *
    194191 * @return string
    195192 */
    196193function get_taxonomy_template() {