Ticket #26742: template.php.2.patch
| File template.php.2.patch, 774 bytes (added by , 12 years ago) |
|---|
-
template.php
15 15 * without the use of the other get_*_template() functions. 16 16 * 17 17 * @since 1.5.0 18 * 18 * @uses apply_filters() Calls '{$type}_template' filter on found path. 19 * 19 20 * @param string $type Filename without extension. 20 21 * @param array $templates An optional list of template candidates 21 22 * @return string Full path to file. … … 188 189 * template is used. If none of the files exist, then it will fall back on to 189 190 * index.php. 190 191 * 191 * @since 2.5.0192 * @uses apply_filters() Calls 'taxonomy_template' filter on found path.193 *194 192 * @return string 195 193 */ 196 194 function get_taxonomy_template() {