Merge pull request #5127 from tobiasd/20180525-register

Opt-In to listing in the directory
This commit is contained in:
Hypolite Petovan 2018-05-26 08:34:42 -04:00 committed by GitHub
commit 5cc1405bae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -233,8 +233,8 @@ function register_content(App $a)
$profile_publish = replace_macros($publish_tpl, [
'$instance' => 'reg',
'$pubdesc' => L10n::t('Include your profile in member directory?'),
'$yes_selected' => ' checked="checked" ',
'$no_selected' => '',
'$yes_selected' => '',
'$no_selected' => ' checked="checked"',
'$str_yes' => L10n::t('Yes'),
'$str_no' => L10n::t('No'),
]);