bbcode: Shared posts to app.net will now have an @ before the username.
This commit is contained in:
@@ -485,7 +485,7 @@ function bb_ShareAttributes($share, $simplehtml) {
|
|||||||
$text = $preshare.html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8').' '.$userid_compact.": <br />".$share[3];
|
$text = $preshare.html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8').' '.$userid_compact.": <br />".$share[3];
|
||||||
break;
|
break;
|
||||||
case 6:
|
case 6:
|
||||||
$text = $preshare.">> ".$userid_compact.": <br />".$share[3];
|
$text = $preshare.">> @".$userid_compact.": <br />".$share[3];
|
||||||
break;
|
break;
|
||||||
case 7:
|
case 7:
|
||||||
$text = $preshare."RD @".$userid_compact." ".$share[3];
|
$text = $preshare."RD @".$userid_compact." ".$share[3];
|
||||||
|
|||||||
Reference in New Issue
Block a user