]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/template.php
Wordpress 4.6
[autoinstalls/wordpress.git] / wp-includes / template.php
index b2e4e242284ef965365a42d891f403b5c93d8df3..380bb47b390022b07aebed2d76497d83d868c0a8 100644 (file)
@@ -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.