optionally allow zrl usage from specific markdown sources
This commit is contained in:
@@ -424,7 +424,7 @@ function item_post(&$a) {
|
||||
|
||||
if(local_user() && local_user() == $profile_uid && get_pconfig(local_user(),'editor','use_markdown')) {
|
||||
require_once('include/bb2diaspora.php');
|
||||
$body = diaspora2bb($body);
|
||||
$body = diaspora2bb($body,true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user