Move include/bbcode to src/ part 1 : Everything but bbcode() #516

Merged
MrPetovan merged 1 commit from task/3878-move-include-bbcode-to-src into develop 2018-02-07 15:03:30 +01:00

View 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":