spegling av
https://github.com/friendica/friendica
synced 2025-09-07 21:21:52 +02:00
By setting the "userinfo" class the hovercard in frio works with mentions
This commit is contained in:
förälder
85f42ad26d
incheckning
0b766b86ba
1 ändrade filer med 1 tillägg och 1 borttagningar
|
@ -811,7 +811,7 @@ function bbcode($Text,$preserve_nl = false, $tryoembed = true, $simplehtml = fal
|
|||
$Text);
|
||||
elseif (!$simplehtml)
|
||||
$Text = preg_replace("/([@])\[url\=([$URLSearchString]*)\](.*?)\[\/url\]/ism",
|
||||
'$1<a href="$2" class="mention" title="$3">$3</a>',
|
||||
'$1<a href="$2" class="userinfo mention" title="$3">$3</a>',
|
||||
$Text);
|
||||
|
||||
// Bookmarks in red - will be converted to bookmarks in friendica
|
||||
|
|
Laddar…
Lägg till tabell
Lägg till en länk
Hänvisa till i nytt ärende