1
0
Ответвление 0
ответвлён от friendica/friendica-addons

[tumblr] Replace bbcode function with BBCode method

Этот коммит содержится в:
Hypolite Petovan 2018-02-04 19:29:39 -05:00
родитель 9a666c74fe
коммит 36f964aacf

Просмотреть файл

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