]> git.mxchange.org Git - friendica-addons.git/commitdiff
Merge pull request #516 from MrPetovan/task/3878-move-include-bbcode-to-src
authorMichael Vogel <icarus@dabo.de>
Wed, 7 Feb 2018 14:03:29 +0000 (15:03 +0100)
committerGitHub <noreply@github.com>
Wed, 7 Feb 2018 14:03:29 +0000 (15:03 +0100)
Move include/bbcode to src/ part 1 : Everything but bbcode()

tumblr/tumblr.php

index 8f258f56f324064342e9219370fe0f88521aa83a..2ba26afc7f70a7c788ba1b452dae947fa1a824d2 100644 (file)
@@ -376,7 +376,7 @@ function tumblr_send(&$a,&$b) {
                if (isset($siteinfo["text"]))
                        $body = $siteinfo["text"];
                else
-                       $body = bb_remove_share_information($b["body"]);
+                       $body = BBCode::removeShareInformation($b["body"]);
 
                switch ($siteinfo["type"]) {
                        case "photo":