]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/template.php
WordPress 4.1.4-scripts
[autoinstalls/wordpress.git] / wp-includes / template.php
index 98024479ff738d13b313307c1738e43f6cfba9f2..b02486a39d9e6cc11527c50004b613fa3c0f912c 100644 (file)
@@ -30,13 +30,13 @@ function get_query_template( $type, $templates = array() ) {
        /**
         * Filter the path of the queried template by type.
         *
-        * The dynamic portion of the hook name, $type, refers to the filename
+        * The dynamic portion of the hook name, `$type`, refers to the filename
         * -- minus the extension -- of the file to load. This hook also applies
         * to various types of files loaded as part of the Template Hierarchy.
         *
         * @since 1.5.0
         *
-        * @param string $template Path to the template. @see locate_template()
+        * @param string $template Path to the template. See {@see locate_template()}.
         */
        return apply_filters( "{$type}_template", $template );
 }