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
commit 3c78130b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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