projects
/
friendica-addons.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a666c7
)
[tumblr] Replace bbcode function with BBCode method
author
Hypolite Petovan
<mrpetovan@gmail.com>
Mon, 5 Feb 2018 00:29:39 +0000
(19:29 -0500)
committer
Hypolite Petovan
<mrpetovan@gmail.com>
Mon, 5 Feb 2018 00:29:39 +0000
(19:29 -0500)
tumblr/tumblr.php
patch
|
blob
|
history
diff --git
a/tumblr/tumblr.php
b/tumblr/tumblr.php
index 8f258f56f324064342e9219370fe0f88521aa83a..2ba26afc7f70a7c788ba1b452dae947fa1a824d2 100644
(file)
--- a/
tumblr/tumblr.php
+++ b/
tumblr/tumblr.php
@@
-376,7
+376,7
@@
function tumblr_send(&$a,&$b) {
if (isset($siteinfo["text"]))
$body = $siteinfo["text"];
else
- $body =
bb_remove_share_i
nformation($b["body"]);
+ $body =
BBCode::removeShareI
nformation($b["body"]);
switch ($siteinfo["type"]) {
case "photo":