Closed sjinks closed 1 month ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 30.29%. Comparing base (
3a9b969
) to head (59f4b8a
). Report is 13 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
WordPress Nightly now spits a doing-it-wrong deprecation warning when
load_plugin_textdomain()
is invoked too early (like inplugins_loaded
).This breaks our tests, such as E2E tests in VIP CLI.
For now, we fix the affected plugins locally and then create a PR to the upstream.
Ref: https://github.com/Automattic/vip-cli/actions/runs/11130390882/job/30929621217?pr=2045
Changelog Description
Fixed
load_plugin_textdomain()
Pre-review checklist
Please make sure the items below have been covered before requesting a review:
Pre-deploy checklist
Steps to Test
Tests must pass.