we dont need the or anymore

2022.09-rc
Tobias Diekershoff 2015-08-17 07:24:48 +02:00
rodzic 621dec1606
commit 03e81b06d5
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -1109,7 +1109,6 @@ function settings_content(&$a) {
$prof_addr = replace_macros($tpl_addr,array(
'$desc' => sprintf(t("Your Identity Address is <strong>'%s'</strong> or '%s'."), $nickname.'@'.$a->get_hostname(), $a->get_baseurl().'/profile/'.$nickname),
'$or' => t('or'),
'$basepath' => $a->get_hostname()
));