? phptemplate_node_submitted-695468.patch
Index: themes/garland/template.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/template.php,v
retrieving revision 1.16.2.2
diff -u -p -r1.16.2.2 template.php
--- themes/garland/template.php	10 Aug 2009 11:32:54 -0000	1.16.2.2
+++ themes/garland/template.php	25 Apr 2010 07:41:07 -0000
@@ -68,6 +68,9 @@ function phptemplate_menu_local_tasks() 
   return menu_primary_local_tasks();
 }
 
+/**
+ * Returns the themed submitted-by string for the comment.
+ */
 function phptemplate_comment_submitted($comment) {
   return t('!datetime — !username',
     array(
@@ -76,6 +79,9 @@ function phptemplate_comment_submitted($
     ));
 }
 
+/**
+ * Returns the themed submitted-by string for the node.
+ */
 function phptemplate_node_submitted($node) {
   return t('!datetime — !username',
     array(
