diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-18 16:45:34 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-18 16:45:34 +0200 |
commit | a49fa5f87c0c46a7023113b454fb59a001839fd8 (patch) | |
tree | fca7d4bc5cd7897bb6ebf397590e0f8d6cc0e9b7 | |
parent | f761ea5fc91175716e0141c54e8fcfcbf719e62c (diff) | |
download | volse-hubzilla-a49fa5f87c0c46a7023113b454fb59a001839fd8.tar.gz volse-hubzilla-a49fa5f87c0c46a7023113b454fb59a001839fd8.tar.bz2 volse-hubzilla-a49fa5f87c0c46a7023113b454fb59a001839fd8.zip |
bring back bbcode buttons for mod/editpost
-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( |