diff options
author | friendica <info@friendica.com> | 2013-04-14 22:44:11 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-04-14 22:44:11 -0700 |
commit | ab5151c470e630aa3864bbed927dd02f7b192166 (patch) | |
tree | c2ea1f9a037e082e30f3f4c05ff15fc860a817e5 /include/bbcode.php | |
parent | 0ce695588931a7312e0f91efc6ef5a84a9bc096b (diff) | |
download | volse-hubzilla-ab5151c470e630aa3864bbed927dd02f7b192166.tar.gz volse-hubzilla-ab5151c470e630aa3864bbed927dd02f7b192166.tar.bz2 volse-hubzilla-ab5151c470e630aa3864bbed927dd02f7b192166.zip |
more Friendica removals
Diffstat (limited to 'include/bbcode.php')
-rw-r--r-- | include/bbcode.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bbcode.php b/include/bbcode.php index 930337c5d..44bde9acb 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -199,7 +199,7 @@ function bb_ShareAttributesSimple($match) { } // BBcode 2 HTML was written by WAY2WEB.net - // extended to work with Mistpark/Friendica - Mike Macgirvin + // extended to work with Mistpark/Friendica/Red - Mike Macgirvin function bbcode($Text,$preserve_nl = false, $tryoembed = true) { |