#62405 closed defect (bug) (fixed)
Missing Escaping functionality for theme.php Some Variable
| Reported by: | patelketan | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.8 |
| Component: | Themes | Version: | 3.8 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | administration, coding-standards |
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.
22 months ago
#1
- Keywords has-patch added
#2
@
22 months ago
- Component General → Themes
- Description modified (diff)
- Milestone Awaiting Review → 6.8
- Owner set to
- Status new → reviewing
- Summary WordPress 6.7 Missing Escaping functionality for theme.php Some Variable → Missing Escaping functionality for theme.php Some Variable
- Version 6.7 → 3.8
@SergeyBiryukov commented on PR #7789:
22 months ago
#4
Thanks for the PR! Merged in r59400.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Added missing escaping for the href attribute in theme.php.
Trac ticket: #62405