workaround for transmitting photos to D*
This commit is contained in:
@@ -58,7 +58,7 @@ function bb2diaspora($Text,$preserve_nl = false) {
|
||||
$Text = preg_replace("/\#\[url\=([$URLSearchString]*)\](.*?)\[\/url\]/ism", '[#$2]($1)', $Text);
|
||||
$Text = preg_replace("/\[url\=([$URLSearchString]*)\](.*?)\[\/url\]/ism", '[$2]($1)', $Text);
|
||||
|
||||
// $Text = preg_replace("/\[img\](.*?)\[\/img\]/", t('Image/photo: ') . '$1', $Text);
|
||||
$Text = preg_replace("/\[img\](.*?)\[\/img\]/", '', $Text);
|
||||
// $Text = preg_replace("/\[img\](.*?)\[\/img\]/", t('image/photo'), $Text);
|
||||
|
||||
// Perform MAIL Search
|
||||
|
Reference in New Issue
Block a user