[tumblr] Replace bbcode function with BBCode method
authorHypolite Petovan <mrpetovan@gmail.com>
Mon, 5 Feb 2018 00:29:39 +0000 (19:29 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Mon, 5 Feb 2018 00:29:39 +0000 (19:29 -0500)
tumblr/tumblr.php

index 8f258f5..2ba26af 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":