mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-17 04:45:14 +02:00
Added function "bb_CleanPictureLinks" ro all connectors
This commit is contained in:
parent
80f6f22852
commit
1754b58cd9
6 changed files with 15 additions and 4 deletions
|
@ -271,7 +271,7 @@ function fromgplus_handleattachments($item, $displaytext) {
|
|||
//elseif ($images["full"] != "")
|
||||
// $post .= "\n[img]".$images["full"]."[/img]\n";
|
||||
if ($images["full"] != "")
|
||||
$post .= "\n[img]".$images["full"]."[/img]\n";
|
||||
$post .= "\n[img]".$images["full"]."[/img]";
|
||||
|
||||
//$post .= "[quote]".trim(fromgplus_html2bbcode($attachment->content))."[/quote]";
|
||||
$quote = trim(fromgplus_html2bbcode($attachment->content));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue