summaryrefslogtreecommitdiff
path: root/themes/bartik/template.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-02-21 20:06:48 +0000
committerDries Buytaert <dries@buytaert.net>2011-02-21 20:06:48 +0000
commit1889e5600d4b15fbf2ef45a6a54b250d5846420b (patch)
treece0c79a8d7716de6524362977a823cc0a66e8027 /themes/bartik/template.php
parentfaa920f9e66a61bb1c8b79e585e3f5cd1cda16da (diff)
downloadbrdo-1889e5600d4b15fbf2ef45a6a54b250d5846420b.tar.gz
brdo-1889e5600d4b15fbf2ef45a6a54b250d5846420b.tar.bz2
- Patch #1051164 by betz: remove unnecessary ['submitted'] override in template.php.
Diffstat (limited to 'themes/bartik/template.php')
-rw-r--r--themes/bartik/template.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/bartik/template.php b/themes/bartik/template.php
index 2867f6b5a..6e62de6f1 100644
--- a/themes/bartik/template.php
+++ b/themes/bartik/template.php
@@ -106,7 +106,6 @@ function bartik_process_maintenance_page(&$variables) {
* Override or insert variables into the node template.
*/
function bartik_preprocess_node(&$variables) {
- $variables['submitted'] = t('published by !username on !datetime', array('!username' => $variables['name'], '!datetime' => $variables['date']));
if ($variables['view_mode'] == 'full' && node_is_page($variables['node'])) {
$variables['classes_array'][] = 'node-full';
}