Ticket #39525: template.php.patch
File template.php.patch, 501 bytes (added by , 7 years ago) |
---|
-
wp-includes/template.php
55 55 * @since 1.5.0 56 56 * 57 57 * @param string $template Path to the template. See locate_template(). 58 * @param array $templates Template candidates 58 59 */ 59 return apply_filters( "{$type}_template", $template );60 return apply_filters( "{$type}_template", $template, $templates ); 60 61 } 61 62 62 63 /**