@@ -1677,10 +1677,10 @@ function theme_comment_post_forbidden($nid) {
}
if(variable_get('user_register',1)){
returnt('<a href="@login">login</a> or <a href="@register">register</a> to post comments',array('@login'=>url('user/login',$destination),'@register'=>url('user/register',$destination)));
returnt('<a href="@login">Login</a> or <a href="@register">register</a> to post comments',array('@login'=>url('user/login',$destination),'@register'=>url('user/register',$destination)));
}
else{
returnt('<a href="@login">login</a> to post comments',array('@login'=>url('user/login',$destination)));
returnt('<a href="@login">Login</a> to post comments',array('@login'=>url('user/login',$destination)));