From: Hypolite Petovan Date: Thu, 15 Feb 2018 02:45:41 +0000 (-0500) Subject: Remove unused $preserve_nl parameter from bb2diaspora() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4e4f5862b2fb63ba7fd521d0a169e22907517d9d;p=friendica.git Remove unused $preserve_nl parameter from bb2diaspora() --- diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php index 7e20037a0b..4f7cce8f5f 100644 --- a/include/bb2diaspora.php +++ b/include/bb2diaspora.php @@ -119,11 +119,10 @@ function diaspora_mentions($match) { * systems like Diaspora and Libertree * * @param string $Text - * @param bool $preserve_nl Effects unclear, unused in Friendica * @param bool $fordiaspora Diaspora requires more changes than Libertree * @return string */ -function bb2diaspora($Text, $preserve_nl = false, $fordiaspora = true) { +function bb2diaspora($Text, $fordiaspora = true) { $a = get_app(); $OriginalText = $Text;