Changeset 17316
- Timestamp:
- 01/15/2011 11:44:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r17228 r17316 746 746 $templates = array("{$type}.php"); 747 747 748 $templates = apply_filters( "{$type}_template_hierarchy", $templates );749 750 748 return apply_filters( "{$type}_template", locate_template( $templates ) ); 751 749 }
Note: See TracChangeset
for help on using the changeset viewer.