humanmade / humanmade/gutenberg-starter-kit
gutenberg_get_jed_locale_data is no longer support and it gives a fatal error
Open
- Dominant language
- JavaScript
- Stars
- 19
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
In inc/namespace.php line 37
`$locale_data = gutenberg_get_jed_locale_data( 'gutenberg-starter-kit' );`
function is no longer avilable in the core [Fix locale data for WordPress 5.0](https://github.com/ampproject/amp-wp/pull/1634)
It needs to replace with `wp_set_script_translations`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.