-
Notifications
You must be signed in to change notification settings - Fork 894
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
Call _load_textdomain_just_in_time correctly #21729
Closed
leonidasmi
wants to merge
10
commits into
release/23.8
from
1871-wp-67-function-load_plugin_textdomain-was-called-incorrectly
Closed
Call _load_textdomain_just_in_time correctly #21729
leonidasmi
wants to merge
10
commits into
release/23.8
from
1871-wp-67-function-load_plugin_textdomain-was-called-incorrectly
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pull Request Test Coverage Report for Build 7837a59bdbf321fc11319b1d503a5dc295740215Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
leonidasmi
force-pushed
the
1871-wp-67-function-load_plugin_textdomain-was-called-incorrectly
branch
from
October 22, 2024 10:28
8eff80d
to
34369c8
Compare
jrfnl
reviewed
Oct 22, 2024
tests/Unit/Integrations/Admin/Initial_Option_Setup_Integration_Test.php
Outdated
Show resolved
Hide resolved
Closing this in favor of an alternative approach. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
Summary
This PR can be summarized in the following changelog entry:
_load_textdomain_just_in_time
loading incorrectly, on WP 6.7.Relevant technical choices:
Test instructions
Test instructions for the acceptance test before the PR gets merged
This PR can be acceptance tested by following these steps:
Function load_plugin_textdomain was called incorrectly
orFunction _load_textdomain_just_in_time was called incorrectly
Also:
Author archives - SEO title
Special pages - Internal search pages
Special pages - 404 error pages
RSS -
Content to put after each post in the feed`Breadcrumbs - Anchor text for the Homepage
Breadcrumbs - Prefix for archive breadcrumbs
Breadcrumbs - Prefix for search page breadcrumbs
Breadcrumbs - Breadcrumb for 404 page
Content types - Search appearance - SEO title
(for every public post type you have in your site that have archives - you have to enable Books)Content types - Social media appearance - Social title
(for every public post type you have in your site that have archives - you have to enable Books)Categories - Search appearance - SEO title
(for every public taxonomy you have in your site)Categories - Social media appearance - Social title
(for every public taxonomy you have in your site)Users->Profile
, you should save a non-english language forLanguage
)Also:
git checkout
)Also:
Reset options
via the test helper, confirm that the above settings do change, to the current site languageAlso (final, I promise):
Relevant test scenarios
Test instructions for QA when the code is in the RC
Impact check
This PR affects the following parts of the plugin, which may require extra testing:
UI changes
Other environments
[shopify-seo]
, added test instructions for Shopify and attached theShopify
label to this PR.Documentation
Quality assurance
Innovation
innovation
label.Fixes https://github.com/Yoast/plugins-automated-testing/issues/1871