[tumblr] Replace bbcode function with BBCode method
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user