Changes between Initial Version and Version 2 of Ticket #63224
- Timestamp:
- 04/03/2025 06:37:10 AM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63224
-
Property
Milestone
changed from
Awaiting Reviewto6.8 -
Property
Version
changed from
totrunk -
Property
Component
changed from
ThemestoEditor -
Property
Summary
changed from
Minor Code Improvement : Warning Cannot modify header informationtoUndefined array key "QUERY_STRING" in _wp_get_site_editor_redirection_url()
-
Property
Milestone
changed from
-
Ticket #63224 – Description
initial v2 1 1 Got one Warning message in the Twenty Twenty-Five theme while opening in Appearance>Editor 2 Word press Version - development version (6.8-RC2)2 WordPress Version - development version (6.8-RC2) 3 3 PHP Version - 8.2 4 4 5 Warning - Undefined array key "Query String" in var/www/html/site-editor.php on line 34 6 Warning - Cannot modify header information- headers already sent by (output started at var/www/html/site-editor.php on line 34) in var/www/html/wp-admin/admin-header.php on line 14 5 `Warning - Undefined array key "QUERY_STRING" in .../site-editor.php on line 34` 6 `Warning - Cannot modify header information- headers already sent by (output started at .../site-editor.php on line 34) in .../wp-admin/admin-header.php on line 14`