Version 0.27 is calling the wrong language folder
-
Hi
You version 0.2.7 is calling the wrong folder for the language file
its calling age-verify/includes/languages
/wp-content/plugins/age-verify/includes/languages/age_verify-nl_NL.mo
but it should be calling
age-verify/languages
as that is where the folder is.
Please fix in the file /includes/class-age-verify.php
this line (171)
$mofile_local = plugin_dir_path( __FILE__ ) . 'languages/' . $mofile;
should be this
$mofile_local = plugin_dir_path( __DIR__ ) . 'languages/' . $mofile;
Best regards,
BackuPs
- The topic ‘Version 0.27 is calling the wrong language folder’ is closed to new replies.