#195161 follow up by keith.smith: fix typo in code comment
parent
1b5ce2b18f
commit
a555202276
|
@ -1777,7 +1777,7 @@ function theme_comment_post_forbidden($node) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (variable_get('user_register', 1)) {
|
if (variable_get('user_register', 1)) {
|
||||||
// Users can register themselfs.
|
// Users can register themselves.
|
||||||
return t('<a href="@login">Login</a> or <a href="@register">register</a> to post comments', array('@login' => url('user/login', array('query' => $destination)), '@register' => url('user/register', array('query' => $destination))));
|
return t('<a href="@login">Login</a> or <a href="@register">register</a> to post comments', array('@login' => url('user/login', array('query' => $destination)), '@register' => url('user/register', array('query' => $destination))));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue