From 24669bfb50d643330cd50cbeea21d19d51107a36 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 19 Oct 2009 18:28:16 +0000 Subject: =?UTF-8?q?-=20Patch=20#493030=20by=20scor,=20Stefan=20Freudenberg?= =?UTF-8?q?,=20pwolanin,=20fago,=20Benjamin=20Melan=C3=A7on,=20kriskras,?= =?UTF-8?q?=20dmitrig01,=20sun:=20added=20RDFa=20support=20to=20Drupal=20c?= =?UTF-8?q?ore.=20Oh=20my,=20oh=20my.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/node/node.tpl.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/node/node.tpl.php') diff --git a/modules/node/node.tpl.php b/modules/node/node.tpl.php index ae03d400d..3b50ebcd4 100644 --- a/modules/node/node.tpl.php +++ b/modules/node/node.tpl.php @@ -13,7 +13,7 @@ * given element. * - $user_picture: The node author's picture from user-picture.tpl.php. * - $date: Formatted creation date (use $created to reformat with - * format_date()). + * format_date()). This data is excepted to be sanitized beforehand. * - $name: Themed username of node author output from theme_username(). * - $node_url: Direct url of the current node. * - $terms: the themed list of taxonomy term links output from theme_links(). @@ -88,8 +88,8 @@ $name, '@datetime' => $date)); + print t('Submitted by !username on !datetime', + array('!username' => $name, '!datetime' => $date)); ?> -- cgit v1.2.3