summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-02-07 17:11:34 +0100
committerAndrew Dolgov <[email protected]>2008-02-07 17:11:34 +0100
commit60164936d976d83f372b7f9aa500ca51e2cd1323 (patch)
tree36dc95895feb0f967c745e312022a668b586d96b
parentda4caf5d86f91a1c8be5443cbc51232bdfb3a046 (diff)
tweak headline - author template
-rw-r--r--functions.php4
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')) {