• This function does not work properly:
    function wbz404_load_translations() {
    $trans_path = WBZ404_PATH . ‘/translations’;
    load_plugin_textdomain(WBZ404_TRANS, ”, $trans_path);
    }
    Therefore, you should change the path:
    $trans_path = ‘404-redirected/translations’;

    Then the worked load translation files

    http://ww.wp.xz.cn/extend/plugins/404-redirected/

The topic ‘Errror: Language path’ is closed to new replies.