Changeset 61557
- Timestamp:
- 01/29/2026 10:02:03 PM (4 months ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
-
block-supports/elements.php (modified) (1 diff)
-
rest-api/endpoints/class-wp-rest-global-styles-controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/elements.php
r61430 r61557 117 117 * breaking the application of the elements CSS class. 118 118 * 119 * @ seehttps://github.com/WordPress/gutenberg/pull/59535119 * @link https://github.com/WordPress/gutenberg/pull/59535 120 120 * 121 121 * The change in filter means, the argument types for this function -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php
r61527 r61557 714 714 * corrupting the page and potentially introducing security issues. 715 715 * 716 * @ seehttps://html.spec.whatwg.org/multipage/parsing.html#rawtext-end-tag-name-state716 * @link https://html.spec.whatwg.org/multipage/parsing.html#rawtext-end-tag-name-state 717 717 */ 718 718 $possible_style_close_tag = 0 === substr_compare(
Note: See TracChangeset
for help on using the changeset viewer.