Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #62405


Ignore:
Timestamp:
11/13/2024 12:19:23 PM (6 months ago)
Author:
SergeyBiryukov
Comment:

Hi there, welcome to WordPress Trac! Thanks for the ticket.

Adjusting the version reference, this was introduced in [26726] / #25964 for WordPress 3.8.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62405

    • Property Status changed from new to reviewing
    • Property Component changed from General to Themes
    • Property Summary changed from WordPress 6.7 Missing Escaping functionality for theme.php Some Variable to Missing Escaping functionality for theme.php Some Variable
    • Property Owner set to SergeyBiryukov
    • Property Version changed from 6.7 to 3.8
    • Property Milestone changed from Awaiting Review to 6.8
    • Property Keywords has-patch added
  • 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'].
     1Missing Escaping functionality theme.php file... missing Escaping functionality is `$theme['actions']['activate']` and `$theme['actions']['customize']`.
    22
    33File Location:- .../wp-admin/themes.php file line number 610, 617, 624...