diff options
author | zotlabs <mike@macgirvin.com> | 2017-08-29 23:38:23 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-08-29 23:38:23 -0700 |
commit | ad637b5b5063abbebda1498730d54434ab544ea0 (patch) | |
tree | ce6176efc4260ee4748fcfcf1cd8a5c4dc968d6c /Zotlabs | |
parent | 5abc9ef10b385dea34c16337df65f99e8ec4d883 (diff) | |
parent | 0d3c378e10fb1f08cb5c9663edb04d9ee687837a (diff) | |
download | volse-hubzilla-ad637b5b5063abbebda1498730d54434ab544ea0.tar.gz volse-hubzilla-ad637b5b5063abbebda1498730d54434ab544ea0.tar.bz2 volse-hubzilla-ad637b5b5063abbebda1498730d54434ab544ea0.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Lib/ThreadItem.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php index 313001cc7..f9565d339 100644 --- a/Zotlabs/Lib/ThreadItem.php +++ b/Zotlabs/Lib/ThreadItem.php @@ -758,9 +758,9 @@ class ThreadItem { '$sourceapp' => \App::$sourcename, '$observer' => get_observer_hash(), '$anoncomments' => (($conv->get_mode() === 'channel' && perm_is_allowed($conv->get_profile_owner(),'','post_comments')) ? true : false), - '$anonname' => [ 'anonname', t('Your full name (required)'),'','','','onBlur="commentCloseUI(this,\'' . $this->get_id() . '\')"' ], - '$anonmail' => [ 'anonmail', t('Your email address (required)'),'','','','onBlur="commentCloseUI(this,\'' . $this->get_id() . '\')"' ], - '$anonurl' => [ 'anonurl', t('Your website URL (optional)'),'','','','onBlur="commentCloseUI(this,\'' . $this->get_id() . '\')"' ] + '$anonname' => [ 'anonname', t('Your full name (required)') ], + '$anonmail' => [ 'anonmail', t('Your email address (required)') ], + '$anonurl' => [ 'anonurl', t('Your website URL (optional)') ] )); return $comment_box; |