Index: themes/garland/template.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/template.php,v
retrieving revision 1.16.2.1
diff -u -r1.16.2.1 template.php
--- themes/garland/template.php	25 Feb 2009 11:47:37 -0000	1.16.2.1
+++ themes/garland/template.php	26 Jan 2010 11:29:52 -0000
@@ -71,6 +71,12 @@
   return menu_primary_local_tasks();
 }

+/**
+ * Returns themed comment that is submitted
+ *
+ * @param $comment
+ *  The comment object
+ */
 function phptemplate_comment_submitted($comment) {
   return t('!datetime — !username',
     array(

