Require being in Recovery Mode for extensions to be paused. - #38
Closed
TimothyBJacobs wants to merge 1 commit into
Closed
Require being in Recovery Mode for extensions to be paused.#38TimothyBJacobs wants to merge 1 commit into
TimothyBJacobs wants to merge 1 commit into
Conversation
Member
|
Closing as the ticket was fixed a few months ago. |
enricocarraro
added a commit
to enricocarraro/wordpress-develop
that referenced
this pull request
Oct 7, 2020
enricocarraro
added a commit
to enricocarraro/wordpress-develop
that referenced
this pull request
Oct 15, 2020
ironprogrammer
referenced
this pull request
in ironprogrammer/wordpress-develop
Feb 4, 2022
Allows semi-colons in URLs, typically indicative of an HTML entity, such as `&` or `&`.
westonruter
pushed a commit
to westonruter/wordpress-develop
that referenced
this pull request
Apr 27, 2023
Script Loading Strategy - ML2 WordPress#14 - Update `do_item` method.
HasnainAshfaq
added a commit
to HasnainAshfaq/wordpress-develop
that referenced
this pull request
Jul 26, 2026
…e when content contains < When a no-texturize tag (script, pre, code, etc.) contains a raw '<' character — as in JavaScript like `if(a<b)` — wp_html_split() misidentifies the content after that '<' as an HTML element delimiter. Previously, the texturize loop would encode '&' characters in that false delimiter (e.g. '&&' became '&WordPress#38;&WordPress#38;'), corrupting script content. Fix: only run the '&' → '&WordPress#38;' substitution when we are not already inside a no-texturize tag stack. Real HTML tag attributes (e.g. <a href="foo&bar">) are only encountered at the top level, so the fix does not affect them. This became more user-visible in WordPress 7.0, which introduced a dedicated JavaScript panel in the Custom HTML block where users enter code that can contain '<' comparisons. Fixes #43785.
This file contains hidden or 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
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.
See https://core.trac.wordpress.org/ticket/46130.