Not compatible with the new javaScript i18n support in WordPress 5.0
-
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$',
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.