mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 20:08:49 +00:00
Some notices had been removed / expiring of item related tables in twitter (#643)
* Some notices had been removed / expiring of item related tables in twitter * Some more ...
This commit is contained in:
parent
abd52dbadd
commit
e74ccf35c9
6 changed files with 45 additions and 16 deletions
|
@ -412,7 +412,7 @@ function tumblr_send(&$a,&$b) {
|
|||
$params['caption'] = '<h1>'.$title."</h1>".
|
||||
"<p>".$params['caption']."</p>";
|
||||
|
||||
if (trim($params['caption']) == "")
|
||||
if (empty($params['caption']))
|
||||
$params['caption'] = BBCode::convert("[quote]" . $siteinfo["description"] . "[/quote]", false, 4);
|
||||
|
||||
$consumer_key = Config::get('tumblr','consumer_key');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue