Changeset 32846 for trunk/src/wp-includes/template-loader.php
- Timestamp:
- 06/18/2015 07:00:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/template-loader.php
r25991 r32846 54 54 elseif ( is_single() && $template = get_single_template() ) : 55 55 elseif ( is_page() && $template = get_page_template() ) : 56 elseif ( is_singular() && $template = get_singular_template() ) : 56 57 elseif ( is_category() && $template = get_category_template() ) : 57 58 elseif ( is_tag() && $template = get_tag_template() ) :
Note: See TracChangeset
for help on using the changeset viewer.