diff --git a/themes/garland/template.php b/themes/garland/template.php index a32d46bf8744fd1fc74afb084431fc51a29153e0..ce85ea58a53c6ed30f29ff63be06eb4b4187466a 100644 --- a/themes/garland/template.php +++ b/themes/garland/template.php @@ -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($comment) { )); } +/** + * Returns the themed submitted-by string for the node. + */ function phptemplate_node_submitted($node) { return t('!datetime — !username', array(