• This plugin has text domain issue so that its GlotPress project cannot be created completely.

    I think the following modifications can fix this issue.

    Add “Text Domain: automatic-domain-changer” to plugin’s header.

    auto-domain-change.php, Line 59

    load_plugin_textdomain('automatic-domain-changer', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/');

    Change wrong text domain “auto-domain-change” to correct one “automatic-domain-changer” for the following lines.

    Line 128, 145, 185, 211, 216, 220, 221, 222,236, 241, 245, 249, 251, 254, 259, 332, 336, 378.

  • The topic ‘Text Domain Issue (Based on 2.0.4)’ is closed to new replies.