Skip to content

Commit

Permalink
#1664 Remove hardcoded "said" text
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Jun 12, 2018
1 parent f2c2b5f commit fb403be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/email.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function bbcode2email($text, $wrap_length = 72) {
$replacement = preg_replace(
array('%^(?=\>)%m', '%^(?!\>)%m'),
array('>', '> '),
$matches[2]." said:\n".$matches[3]);
$matches[2].":\n".$matches[3]);
}

// List items
Expand Down

0 comments on commit fb403be

Please sign in to comment.