Changeset 14075 for trunk/wp-includes/general-template.php
- Timestamp:
- 04/11/2010 05:26:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r14070 r14075 104 104 * then no template will be included. 105 105 * 106 * The template is included using require, not require_once, so you may include the 107 * same template part multiple times. 108 * 106 109 * For the parameter, if the file is called "{slug}-special.php" then specify 107 110 * "special". … … 123 126 $templates[] = "{$slug}.php"; 124 127 125 locate_template($templates, true );128 locate_template($templates, true, false); 126 129 } 127 130
Note: See TracChangeset
for help on using the changeset viewer.