From 60164936d976d83f372b7f9aa500ca51e2cd1323 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 7 Feb 2008 17:11:34 +0100 Subject: [PATCH] tweak headline - author template --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 829650b7..47041088 100644 --- a/functions.php +++ b/functions.php @@ -4500,7 +4500,7 @@ $entry_author = $line["author"]; if ($entry_author) { - $entry_author = __(" - by ") . $entry_author; + $entry_author = __(" - ") . $entry_author; } $parsed_updated = date(get_pref($link, 'LONG_DATE_FORMAT'), @@ -4837,7 +4837,7 @@ $entry_author = $line["author"]; if ($entry_author) { - $entry_author = " - by $entry_author"; + $entry_author = " - $entry_author"; } if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) { -- 2.39.2