Changeset 37518 for trunk/src/wp-includes/template-loader.php
- Timestamp:
- 05/22/2016 06:49:05 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/template-loader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/template-loader.php
r36876 r37518 13 13 14 14 /** 15 * Filter whether to allow 'HEAD' requests to generate content.15 * Filters whether to allow 'HEAD' requests to generate content. 16 16 * 17 17 * Provides a significant performance bump by exiting before the page … … 66 66 endif; 67 67 /** 68 * Filter the path of the current template before including it.68 * Filters the path of the current template before including it. 69 69 * 70 70 * @since 3.0.0
Note: See TracChangeset
for help on using the changeset viewer.