mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
fbpost/gpluspost: New design for shared content
This commit is contained in:
parent
520c2514f2
commit
d3fa9a7b21
2 changed files with 2 additions and 2 deletions
|
@ -271,7 +271,7 @@ function gpluspost_send(&$a,&$b) {
|
|||
$item["body"] = preg_replace("(\[i\](.*?)\[\/i\])ism",'_$1_',$item["body"]);
|
||||
$item["body"] = preg_replace("(\[s\](.*?)\[\/s\])ism",'-$1-',$item["body"]);
|
||||
|
||||
$data = plaintext($a, $item, 0, false);
|
||||
$data = plaintext($a, $item, 0, false, 9);
|
||||
|
||||
logger('gpluspost_send: data: '.print_r($data, true), LOGGER_DEBUG);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue