summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')) {