diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-04-18 18:07:20 +0200 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-04-18 18:07:20 +0200 |
commit | e47a473e2c018a28f4d000623ae5a5c3ed0a80c9 (patch) | |
tree | ffe6721558a1cf1ffa61ffcc58cc2f0630dda2c3 /mod/editpost.php | |
parent | fddacf0a5aff5146db292f9c90ee5d4d33b06cfe (diff) | |
parent | a49fa5f87c0c46a7023113b454fb59a001839fd8 (diff) | |
download | volse-hubzilla-e47a473e2c018a28f4d000623ae5a5c3ed0a80c9.tar.gz volse-hubzilla-e47a473e2c018a28f4d000623ae5a5c3ed0a80c9.tar.bz2 volse-hubzilla-e47a473e2c018a28f4d000623ae5a5c3ed0a80c9.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod/editpost.php')
-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( |