diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-18 16:45:58 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-18 16:45:58 +0200 |
commit | 094d4cc325587428a2cce2f0412d2fd97ac43e29 (patch) | |
tree | 496847a888dfbfd10731ac54ec36d7a9bdb2834e | |
parent | ca59ecd107f3499fdaa0677b2981b055480c3cae (diff) | |
parent | a49fa5f87c0c46a7023113b454fb59a001839fd8 (diff) | |
download | volse-hubzilla-094d4cc325587428a2cce2f0412d2fd97ac43e29.tar.gz volse-hubzilla-094d4cc325587428a2cce2f0412d2fd97ac43e29.tar.bz2 volse-hubzilla-094d4cc325587428a2cce2f0412d2fd97ac43e29.zip |
Merge branch 'master' into dev
-rw-r--r-- | mod/editpost.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/editpost.php b/mod/editpost.php index 397254a48..ae77e5973 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -160,6 +160,7 @@ function editpost_content(&$a) { '$cipher' => $cipher, '$expiryModalOK' => t('OK'), '$expiryModalCANCEL' => t('Cancel'), + '$bbcode' => true )); $o .= replace_macros(get_markup_template('edpost_head.tpl'), array( |