diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2008-02-07 17:11:34 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2008-02-07 17:11:34 +0100 |
| commit | 60164936d976d83f372b7f9aa500ca51e2cd1323 (patch) | |
| tree | 36dc95895feb0f967c745e312022a668b586d96b | |
| parent | da4caf5d86f91a1c8be5443cbc51232bdfb3a046 (diff) | |
tweak headline - author template
| -rw-r--r-- | functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php index 829650b78..47041088b 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')) { |