diff --git a/include/bbcode.php b/include/bbcode.php index eaf412c353..62759d192e 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -262,9 +262,9 @@ function bb_ShareAttributes($match) { preg_match('/posted="(.*?)"/ism', $attributes, $matches); if ($matches[1] != "") $posted = $matches[1]; - $reldate = (($posted) ? " " . relative_date($posted) : ''); + $reldate = (($posted) ? " " . relative_date($posted) : ''); - $headline = '