Skip to content
New issue

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

Fix: Function _load_textdomain_just_in_time was called incorrectly #4065

Merged
merged 6 commits into from
Jan 30, 2025

Conversation

burhandodhy
Copy link
Contributor

@burhandodhy burhandodhy commented Jan 23, 2025

Description of the Change

This PR fixes the Function _load_textdomain_just_in_time was called incorrectly warning.

Closes #4049

How to test the Change

Using a different language in wp-admin and having WP_DEBUG on and no other plugin enabled, you should be able to see all the notices.

Changelog Entry

Fixed - PHP Notice: Function _load_textdomain_just_in_time was called incorrectly

Credits

Props @burhandodhy

Checklist:

@burhandodhy burhandodhy changed the title [WIP] Fix: Function _load_textdomain_just_in_time was called incorrectly Fix: Function _load_textdomain_just_in_time was called incorrectly Jan 24, 2025
@felipeelia felipeelia added this to the 5.2.0 milestone Jan 30, 2025
@felipeelia felipeelia merged commit 1afaffe into develop Jan 30, 2025
23 checks passed
@felipeelia felipeelia deleted the fix/4049 branch January 30, 2025 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: PHP Notice: Function _load_textdomain_just_in_time was called incorrectly
2 participants