- Patch #14109 by wulff/Morbus: added missing t() funciton
parent
032544cf08
commit
3b5589f436
|
@ -1092,7 +1092,7 @@ function comment_role_settings() {
|
||||||
|
|
||||||
$edit = $_POST['edit'];
|
$edit = $_POST['edit'];
|
||||||
|
|
||||||
$output .= '<h3>Initial comment scores</h3>';
|
$output .= '<h3>'. t('Initial comment scores') .'</h3>';
|
||||||
|
|
||||||
if ($edit) {
|
if ($edit) {
|
||||||
variable_set('comment_roles', $edit);
|
variable_set('comment_roles', $edit);
|
||||||
|
|
|
@ -1092,7 +1092,7 @@ function comment_role_settings() {
|
||||||
|
|
||||||
$edit = $_POST['edit'];
|
$edit = $_POST['edit'];
|
||||||
|
|
||||||
$output .= '<h3>Initial comment scores</h3>';
|
$output .= '<h3>'. t('Initial comment scores') .'</h3>';
|
||||||
|
|
||||||
if ($edit) {
|
if ($edit) {
|
||||||
variable_set('comment_roles', $edit);
|
variable_set('comment_roles', $edit);
|
||||||
|
|
Loading…
Reference in New Issue