Changeset 37487 for trunk/src/wp-includes/template.php
- Timestamp:
- 05/22/2016 05:39:00 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/template.php
r36965 r37487 12 12 * Used to quickly retrieve the path of a template without including the file 13 13 * extension. It will also check the parent theme, if the file exists, with 14 * the use of {@link locate_template()}. Allows for more generic template location14 * the use of locate_template(). Allows for more generic template location 15 15 * without the use of the other get_*_template() functions. 16 16 *
Note: See TracChangeset
for help on using the changeset viewer.