Changes between Initial Version and Version 2 of Ticket #64340
- Timestamp:
- 12/03/2025 01:10:10 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64340
- Property Keywords has-patch has-unit-tests added
-
Ticket #64340 – Description
initial v2 20 20 }}} 21 21 22 Notice that the first pass is correct, `&` has been correctly encoded in the class attribute as `&`. However, after calling `::add_class()` and `::get_updated_html()` again, the `&` has sincorrectly been double-encoded as `&`.22 Notice that the first pass is correct, `&` has been correctly encoded in the class attribute as `&`. However, after calling `::add_class()` and `::get_updated_html()` again, the `&` has incorrectly been double-encoded as `&`. 23 23 24 24 The same code in WordPress 6.8 would print: