We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gutenberg_get_jed_locale_data() is now wp_get_jed_locale_data() in WordPress core.
gutenberg_get_jed_locale_data()
wp_get_jed_locale_data()
The plugin currently fatals because of that.
The function should be renamed in the plugin and perhaps even considered to replaced in WP 5.0+ as per https://make.wordpress.org/core/2018/11/09/new-javascript-i18n-support-in-wordpress/.
See also #1604.
The text was updated successfully, but these errors were encountered:
Either way, it doesn't hurt to add some function_exists() checks as is already done in \AMP_Post_Meta_Box.
function_exists()
\AMP_Post_Meta_Box
Sorry, something went wrong.
c5b505a
And the function has now been removed from core. We need to address this again.
See https://core.trac.wordpress.org/changeset/43910
@swissspidy Can you figure out what needs to be done here for the 1.0-RC3 release tomorrow? /cc @kienstra
westonruter
swissspidy
kienstra
No branches or pull requests
gutenberg_get_jed_locale_data()
is nowwp_get_jed_locale_data()
in WordPress core.The plugin currently fatals because of that.
The function should be renamed in the plugin and perhaps even considered to replaced in WP 5.0+ as per https://make.wordpress.org/core/2018/11/09/new-javascript-i18n-support-in-wordpress/.
See also #1604.
The text was updated successfully, but these errors were encountered: