Ticket #26742: template.php.patch
| File template.php.patch, 480 bytes (added by , 12 years ago) |
|---|
-
src/wp-includes/template.php
188 188 * template is used. If none of the files exist, then it will fall back on to 189 189 * index.php. 190 190 * 191 * @since 2.5.0192 * @uses apply_filters() Calls 'taxonomy_template' filter on found path.193 *194 191 * @return string 195 192 */ 196 193 function get_taxonomy_template() {