From 36f964aacfa819aec684485ac86bd7cadae8abc2 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 4 Feb 2018 19:29:39 -0500 Subject: [PATCH] [tumblr] Replace bbcode function with BBCode method --- tumblr/tumblr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tumblr/tumblr.php b/tumblr/tumblr.php index 8f258f56..2ba26afc 100644 --- a/tumblr/tumblr.php +++ b/tumblr/tumblr.php @@ -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":