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:
Michael Vogel
2018-02-07 15:03:29 +01:00
committed by GitHub

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