Help with “text domain”, comments_form in WordPress theme

  1. Well, it says you are not including text domain… well – because you are not including text domain. Obviously to fix it – you should include text domain. See I18n for theme and plugin developers in Codex.

  2. There is no point in adding extra code just to fake testing results. If you don’t need that functionality then just ignore the warning.

  3. If you are using comments_template() but don’t actually provide comment template in your theme that means that it fall backs to code in core, that is only retained for compatibility and is marked for removal in the future. This is not proper way to use it – you should implement proper comment template in your theme.

For future – post such unrelated items as separate questions. They don’t make sense as single question.