Changes between Initial Version and Version 2 of Ticket #62405
- Timestamp:
- 11/13/2024 12:19:23 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62405
-
Property
Status
changed from
new
toreviewing
-
Property
Component
changed from
General
toThemes
-
Property
Summary
changed from
WordPress 6.7 Missing Escaping functionality for theme.php Some Variable
toMissing Escaping functionality for theme.php Some Variable
- Property Owner set to SergeyBiryukov
-
Property
Version
changed from
6.7
to3.8
-
Property
Milestone
changed from
Awaiting Review
to6.8
- Property Keywords has-patch added
-
Property
Status
changed from
-
Ticket #62405 – Description
initial v2 1 WordPress Version 6.7 missing Escaping functionality theme.php file... missing Escaping functionality is $theme['actions']['activate'] and $theme['actions']['customize'].1 Missing Escaping functionality theme.php file... missing Escaping functionality is `$theme['actions']['activate']` and `$theme['actions']['customize']`. 2 2 3 3 File Location:- .../wp-admin/themes.php file line number 610, 617, 624...