mirror of
https://github.com/friendica/friendica
synced 2025-04-22 11:10:11 +00:00
event communication basics
This commit is contained in:
parent
9203b48527
commit
67021c132a
3 changed files with 52 additions and 4 deletions
|
@ -37,7 +37,7 @@ function bbcode($Text,$preserve_nl = false) {
|
|||
$Text = preg_replace("/\[mail\=([$MAILSearchString]*)\](.*?)\[\/mail\]/", '<a href="mailto:$1">$2</a>', $Text);
|
||||
|
||||
// Check for bold text
|
||||
$Text = preg_replace("(\[b\](.*?)\[\/b])is",'<strong>$1</strong>',$Text);
|
||||
$Text = preg_replace("(\[b\](.*?)\[\/b\])is",'<strong>$1</strong>',$Text);
|
||||
|
||||
// Check for Italics text
|
||||
$Text = preg_replace("(\[i\](.*?)\[\/i\])is",'<em>$1</em>',$Text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue