hubzilla-addons issues #73
This commit is contained in:
parent
85b7c90637
commit
adec67d5fa
@ -711,7 +711,7 @@ function parseIdentityAwareHTML($Text) {
|
|||||||
function bbcode($Text, $options = []) {
|
function bbcode($Text, $options = []) {
|
||||||
|
|
||||||
$preserve_nl = ((array_key_exists('preserve_nl',$options)) ? $options['preserve_nl'] : false);
|
$preserve_nl = ((array_key_exists('preserve_nl',$options)) ? $options['preserve_nl'] : false);
|
||||||
$tryoembed = ((array_key_exists('tryomebed',$options)) ? $options['tryoembed'] : true);
|
$tryoembed = ((array_key_exists('tryoembed',$options)) ? $options['tryoembed'] : true);
|
||||||
$cache = ((array_key_exists('cache',$options)) ? $options['cache'] : false);
|
$cache = ((array_key_exists('cache',$options)) ? $options['cache'] : false);
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user