Ticket #39525: template.php.2.patch
File template.php.2.patch, 563 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 string $type Filename without extension. 59 * @param array $templates Template candidates. 58 60 */ 59 return apply_filters( "{$type}_template", $template );61 return apply_filters( "{$type}_template", $template, $type, $templates ); 60 62 } 61 63 62 64 /**