forked from friendica/friendica-addons
Merge pull request #516 from MrPetovan/task/3878-move-include-bbcode-to-src
Move include/bbcode to src/ part 1 : Everything but bbcode()
This commit is contained in:
commit
3c78130b41
|
@ -376,7 +376,7 @@ function tumblr_send(&$a,&$b) {
|
||||||
if (isset($siteinfo["text"]))
|
if (isset($siteinfo["text"]))
|
||||||
$body = $siteinfo["text"];
|
$body = $siteinfo["text"];
|
||||||
else
|
else
|
||||||
$body = bb_remove_share_information($b["body"]);
|
$body = BBCode::removeShareInformation($b["body"]);
|
||||||
|
|
||||||
switch ($siteinfo["type"]) {
|
switch ($siteinfo["type"]) {
|
||||||
case "photo":
|
case "photo":
|
||||||
|
|
Loading…
Reference in a new issue