Index: src/wp-includes/template.php
===================================================================
--- src/wp-includes/template.php	(revision 26875)
+++ src/wp-includes/template.php	(working copy)
@@ -131,8 +131,9 @@
  * trying category ID, for example 'category-1.php', and will finally fall back to category.php
  * template, if those files don't exist.
  *
+ * Calls 'category_template' filter on file path of category template.
+ *
  * @since 1.5.0
- * @uses apply_filters() Calls 'category_template' on file path of category template.
  *
  * @return string
  */
@@ -157,8 +158,9 @@
  * trying tag ID, for example 'tag-1.php', and will finally fall back to tag.php
  * template, if those files don't exist.
  *
+ * Calls 'tag_template' filter on file path of tag template.
+ *
  * @since 2.3.0
- * @uses apply_filters() Calls 'tag_template' on file path of tag template.
  *
  * @return string
  */
@@ -188,8 +190,9 @@
  * template is used. If none of the files exist, then it will fall back on to
  * index.php.
  *
+ * Calls 'taxonomy_template' filter on found path.
+ *
  * @since 2.5.0
- * @uses apply_filters() Calls 'taxonomy_template' filter on found path.
  *
  * @return string
  */
@@ -226,8 +229,9 @@
  *
  * Attempts to locate 'home.php' first before falling back to 'index.php'.
  *
+ * Calls 'home_template' filter on file path of home template.
+ *
  * @since 1.5.0
- * @uses apply_filters() Calls 'home_template' on file path of home template.
  *
  * @return string
  */
@@ -242,8 +246,9 @@
  *
  * Looks for 'front-page.php'.
  *
+ * Calls 'front_page_template' filter on file path of template.
+ *
  * @since 3.0.0
- * @uses apply_filters() Calls 'front_page_template' on file path of template.
  *
  * @return string
  */
@@ -371,8 +376,9 @@
  * Checks for comment popup template in current template, if it exists or in the
  * parent template.
  *
+ * Calls 'comments_popup_template' filter on path.
+ *
  * @since 1.5.0
- * @uses apply_filters() Calls 'comments_popup_template' filter on path.
  *
  * @return string
  */
