diff options
author | friendica <info@friendica.com> | 2013-11-14 15:41:25 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-14 15:41:25 -0800 |
commit | 592c24e162400f87075c6cdc44b795cdb94da836 (patch) | |
tree | e1da8b6084931e168118bc8250539282dd2b0154 /mod | |
parent | 33f570a18784a2ff9069954cda2a0c531a415a24 (diff) | |
download | volse-hubzilla-592c24e162400f87075c6cdc44b795cdb94da836.tar.gz volse-hubzilla-592c24e162400f87075c6cdc44b795cdb94da836.tar.bz2 volse-hubzilla-592c24e162400f87075c6cdc44b795cdb94da836.zip |
e2ee in comments and a bit of cleanup so not every theme has to define how to insert bbcode, only if they're doing something special (e.g. this is how to implement a javascript plugin :-)), and I got rid of the predefined http:// in the bbcode for urls. You're almost always pasting a url which already has that bit and it just creates an extra step.
Diffstat (limited to 'mod')
-rw-r--r-- | mod/photos.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/photos.php b/mod/photos.php index fe5777fe9..72084665c 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -1079,7 +1079,8 @@ function photos_content(&$a) { '$comment' => t('Comment'), '$submit' => t('Submit'), '$preview' => t('Preview'), - '$ww' => '' + '$ww' => '', + '$feature_encrypt' => false )); } } |