• Resolved Mark Barnes

    (@mark8barnes)


    Since WordPress 5.0, WordPress stores some .json files in wp-content/languages.

    Unfortunately, these aren’t being excluded from the core integrity checks in the way that .mo and .po files are, resulting in false positives. A new line needs to be inserted at line 671 of integrity.lib.php:

    '^wp-content\/languages\/.+\.json$',

    • This topic was modified 6 years, 1 month ago by Mark Barnes.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Not compatible with the new javaScript i18n support in WordPress 5.0’ is closed to new replies.