mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-12-22 19:30:20 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue