Make WordPress Core

Changeset 17316


Ignore:
Timestamp:
01/15/2011 11:44:06 PM (14 years ago)
Author:
westi
Message:

Remove this new filter as it didn't get enough discussion prior to addition.
Revisit later. See #14310.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/theme.php

    r17228 r17316  
    746746        $templates = array("{$type}.php");
    747747
    748     $templates = apply_filters( "{$type}_template_hierarchy", $templates );
    749 
    750748    return apply_filters( "{$type}_template", locate_template( $templates ) );
    751749}
Note: See TracChangeset for help on using the changeset viewer.