mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 11:28:49 +00:00
Replacing numberic values with constants for the BBCode conversion
This commit is contained in:
parent
59cfb05c3a
commit
b406d737b5
5 changed files with 12 additions and 12 deletions
|
@ -526,7 +526,7 @@ function pumpio_send(App $a, array &$b)
|
|||
if ($oauth_token && $oauth_token_secret) {
|
||||
$title = trim($b['title']);
|
||||
|
||||
$content = BBCode::convert($b['body'], false, 4);
|
||||
$content = BBCode::convert($b['body'], false, BBCode::CONNECTORS);
|
||||
|
||||
$params = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue