aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editpost.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-04-10 17:03:30 -0700
committerredmatrix <git@macgirvin.com>2016-04-10 17:03:30 -0700
commite9f1bac062bc72f118c7633cf683b21a000d089e (patch)
treef26c59e6399deb278b1659534d7c6ea75a397b95 /mod/editpost.php
parentabfbe9c9375c7505e0422b8adc1d9d5426d7df1a (diff)
parent46ed79c87a23f442eadc4244b62a6f85f3d431e8 (diff)
downloadvolse-hubzilla-e9f1bac062bc72f118c7633cf683b21a000d089e.tar.gz
volse-hubzilla-e9f1bac062bc72f118c7633cf683b21a000d089e.tar.bz2
volse-hubzilla-e9f1bac062bc72f118c7633cf683b21a000d089e.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'mod/editpost.php')
-rw-r--r--mod/editpost.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/editpost.php b/mod/editpost.php
index a433d91f4..397254a48 100644
--- a/mod/editpost.php
+++ b/mod/editpost.php
@@ -54,7 +54,9 @@ function editpost_content(&$a) {
'$geotag' => $geotag,
'$nickname' => $channel['channel_address'],
'$expireswhen' => t('Expires YYYY-MM-DD HH:MM'),
- '$confirmdelete' => t('Delete item?'),
+ '$confirmdelete' => t('Delete item?'),
+ '$editor_autocomplete'=> true,
+ '$bbco_autocomplete'=> 'bbcode'
));
if(intval($itm[0]['item_obscured'])) {