first the image than the body
This commit is contained in:
parent
3f1dc22c0e
commit
c6daf4d41c
@ -60,7 +60,7 @@ function share_init(&$a) {
|
|||||||
"' message_id='".$r[0]['mid']."']";
|
"' message_id='".$r[0]['mid']."']";
|
||||||
if($r[0]['title'])
|
if($r[0]['title'])
|
||||||
$o .= '[b]'.$r[0]['title'].'[/b]'."\r\n";
|
$o .= '[b]'.$r[0]['title'].'[/b]'."\r\n";
|
||||||
$o .= (($is_photo) ? $r[0]['body'] . "\r\n" . $photo_bb : $r[0]['body']);
|
$o .= (($is_photo) ? $photo_bb . "\r\n" . $r[0]['body'] : $r[0]['body']);
|
||||||
$o .= "[/share]";
|
$o .= "[/share]";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user