Changeset 30656 for trunk/src/wp-includes/template.php
- Timestamp:
- 11/30/2014 12:09:56 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/template.php
r29044 r30656 31 31 * Filter the path of the queried template by type. 32 32 * 33 * The dynamic portion of the hook name, $type, refers to the filename33 * The dynamic portion of the hook name, `$type`, refers to the filename 34 34 * -- minus the extension -- of the file to load. This hook also applies 35 35 * to various types of files loaded as part of the Template Hierarchy. … … 37 37 * @since 1.5.0 38 38 * 39 * @param string $template Path to the template. @see locate_template()39 * @param string $template Path to the template. See {@see locate_template()}. 40 40 */ 41 41 return apply_filters( "{$type}_template", $template );
Note: See TracChangeset
for help on using the changeset viewer.