#62405 closed defect (bug) (fixed)
Missing Escaping functionality for theme.php Some Variable
Reported by: | patelketan | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 6.8 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Themes | Keywords: | has-patch |
Focuses: | administration, coding-standards | Cc: |
Description (last modified by )
Missing Escaping functionality theme.php file... missing Escaping functionality is $theme['actions']['activate']
and $theme['actions']['customize']
.
File Location:- .../wp-admin/themes.php file line number 610, 617, 624...
I have shared the below screenshot...
Attachments (1)
Change History (6)
This ticket was mentioned in PR #7789 on WordPress/wordpress-develop by @sainathpoojary.
3 weeks ago
#1
- Keywords has-patch added
#2
@
3 weeks ago
- Component changed from General to Themes
- Description modified (diff)
- Milestone changed from Awaiting Review to 6.8
- Owner set to SergeyBiryukov
- Status changed from new to reviewing
- Summary changed from WordPress 6.7 Missing Escaping functionality for theme.php Some Variable to Missing Escaping functionality for theme.php Some Variable
- Version changed from 6.7 to 3.8
@SergeyBiryukov commented on PR #7789:
3 weeks ago
#4
Thanks for the PR! Merged in r59400.
Note: See
TracTickets for help on using
tickets.
Added missing escaping for the href attribute in theme.php.
Trac ticket: #62405