From 2f9762b668d18f34141f0920a665533e2459dbe8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 14 Sep 2016 21:53:47 +0000 Subject: [PATCH] Docs: Use a third-person singular verb for `{$type}_template_hierarchy` filter added in [38385]. See #14310. git-svn-id: https://develop.svn.wordpress.org/trunk@38609 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/template.php b/src/wp-includes/template.php index 227278e28d..946732fac6 100644 --- a/src/wp-includes/template.php +++ b/src/wp-includes/template.php @@ -27,7 +27,7 @@ function get_query_template( $type, $templates = array() ) { $templates = array("{$type}.php"); /** - * Filter the list of template filenames that are searched for when retrieving a template to use. + * Filters the list of template filenames that are searched for when retrieving a template to use. * * The last element in the array should always be the fallback template for this query type. *