X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/4feeb71a9d812a9ae371c28a3d8b442a4394ded7..607b7e02d77e7326161e8ec15639052d2040f745:/wp-includes/template.php diff --git a/wp-includes/template.php b/wp-includes/template.php index b2e4e242..380bb47b 100644 --- a/wp-includes/template.php +++ b/wp-includes/template.php @@ -11,7 +11,7 @@ * * Used to quickly retrieve the path of a template without including the file * extension. It will also check the parent theme, if the file exists, with - * the use of {@link locate_template()}. Allows for more generic template location + * the use of locate_template(). Allows for more generic template location * without the use of the other get_*_template() functions. * * @since 1.5.0 @@ -29,7 +29,7 @@ function get_query_template( $type, $templates = array() ) { $template = locate_template( $templates ); /** - * Filter the path of the queried template by type. + * Filters the path of the queried template by type. * * The dynamic portion of the hook name, `$type`, refers to the filename -- minus the file * extension and any non-alphanumeric characters delimiting words -- of the file to load.