X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fbbcode.php;h=e63a8d394ec41f6663b3001acd2327ca13b76c10;hb=0b31aa963d6965be00cdf25b7842b6d825cb1116;hp=081e4b7c6b0e7df55a6222cc108d7d9f86963d20;hpb=eaefcf9de7a1acb702edb9387445b188e9d447e8;p=friendica.git diff --git a/include/bbcode.php b/include/bbcode.php index 081e4b7c6b..e63a8d394e 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -267,9 +267,11 @@ function bb_ShareAttributes($match) { preg_match('/posted="(.*?)"/ism', $attributes, $matches); if ($matches[1] != "") $posted = $matches[1]; - $reldate = (($posted) ? " " . relative_date($posted) : ''); - $headline = '
'; + $reldate = (($posted) ? " " . relative_date($posted) : ''); + + $headline = '
'; + //$headline = '
'; if ($avatar != "") $headline .= '';