diff options
author | Dries Buytaert <dries@buytaert.net> | 2011-02-21 20:06:48 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2011-02-21 20:06:48 +0000 |
commit | 1889e5600d4b15fbf2ef45a6a54b250d5846420b (patch) | |
tree | ce0c79a8d7716de6524362977a823cc0a66e8027 /themes | |
parent | faa920f9e66a61bb1c8b79e585e3f5cd1cda16da (diff) | |
download | brdo-1889e5600d4b15fbf2ef45a6a54b250d5846420b.tar.gz brdo-1889e5600d4b15fbf2ef45a6a54b250d5846420b.tar.bz2 |
- Patch #1051164 by betz: remove unnecessary ['submitted'] override in template.php.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/bartik/template.php | 1 |
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'; } |