• The plugin has a bug, which makes disabled language localization!
    For example in the file “datatypes.php” line 3, contains the code :
    “return __(“Post Field Core”) ” . As such, the translation into other languages is not working…
    For proper operation you must change the line to:
    “return __(“Post Field Core”,”wp_custom_fields_search”) ” , and so with all the phrases!

Viewing 1 replies (of 1 total)
  • Plugin Author don benjamin

    (@dondon-benjamincouk)

    Hi,

    Sorry, I missed this somehow, this should be correct in the latest version.

    Thanks for your input,
    Don

Viewing 1 replies (of 1 total)
  • The topic ‘Problems with localization’ is closed to new replies.