Index: src/wp-includes/template.php
===================================================================
--- src/wp-includes/template.php	(revision 26875)
+++ src/wp-includes/template.php	(working copy)
@@ -44,6 +44,8 @@
 /**
  * Retrieve path of index template in current or parent template.
  *
+ * Calls 'index_template' filter on file path of template.
+ *
  * @since 3.0.0
  *
  * @return string
@@ -55,6 +57,8 @@
 /**
  * Retrieve path of 404 template in current or parent template.
  *
+ * Calls '404_template' filter on file path of template.
+ *
  * @since 1.5.0
  *
  * @return string
@@ -66,6 +70,8 @@
 /**
  * Retrieve path of archive template in current or parent template.
  *
+ * Calls 'archive_template' filter on file path of template.
+ *
  * @since 1.5.0
  *
  * @return string
@@ -87,6 +93,8 @@
 /**
  * Retrieve path of post type archive template in current or parent template.
  *
+ * Calls 'archive_template' filter on file path of template.
+ *
  * @since 3.7.0
  *
  * @return string
@@ -106,6 +114,8 @@
 /**
  * Retrieve path of author template in current or parent template.
  *
+ * Calls 'author_template' filter on file path of template.
+ *
  * @since 1.5.0
  *
  * @return string
@@ -131,8 +141,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 +168,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 +200,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
  */
@@ -211,6 +224,8 @@
 /**
  * Retrieve path of date template in current or parent template.
  *
+ * Calls 'date_template' filter on file path of template.
+ *
  * @since 1.5.0
  *
  * @return string
@@ -226,8 +241,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 +258,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
  */
@@ -260,6 +277,8 @@
  * Then will search for 'page-{slug}.php', followed by 'page-{id}.php',
  * and finally 'page.php'.
  *
+ * Calls 'page_template' filter on file path of template.
+ *
  * @since 1.5.0
  *
  * @return string
@@ -291,6 +310,8 @@
 /**
  * Retrieve path of paged template in current or parent template.
  *
+ * Calls 'paged_template' filter on file path of template.
+ *
  * @since 1.5.0
  *
  * @return string
@@ -302,6 +323,8 @@
 /**
  * Retrieve path of search template in current or parent template.
  *
+ * Calls 'search_template' filter on file path of template.
+ *
  * @since 1.5.0
  *
  * @return string
@@ -313,6 +336,8 @@
 /**
  * Retrieve path of single template in current or parent template.
  *
+ * Calls 'single_template' filter on file path of template.
+ *
  * @since 1.5.0
  *
  * @return string
@@ -340,6 +365,8 @@
  * Some examples for the 'text/plain' mime type are 'text.php', 'plain.php', and
  * finally 'text_plain.php'.
  *
+ * Calls 'attachment_template' filter on file path of template.
+ *
  * @since 2.0.0
  *
  * @return string
@@ -371,8 +398,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
  */
