diff --git a/wp-includes/template.php b/wp-includes/template.php index 227278e28d..946732fac6 100644 --- a/wp-includes/template.php +++ b/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. * diff --git a/wp-includes/version.php b/wp-includes/version.php index 52dffad81e..9683f79da5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38608'; +$wp_version = '4.7-alpha-38609'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.