mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 20:08:49 +00:00
Some more notices in addons
This commit is contained in:
parent
b8d0930665
commit
74353e7f2d
3 changed files with 7 additions and 3 deletions
|
@ -443,7 +443,7 @@ function tumblr_send(App $a, array &$b) {
|
|||
"<p>".$params['caption']."</p>";
|
||||
}
|
||||
|
||||
if (empty($params['caption'])) {
|
||||
if (empty($params['caption']) && !empty($siteinfo["description"])) {
|
||||
$params['caption'] = BBCode::convert("[quote]" . $siteinfo["description"] . "[/quote]", false, 4);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue