Changes between Initial Version and Version 2 of Ticket #65497
- Timestamp:
- 06/20/2026 03:42:23 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65497
- Property Component General → Customize
- Property Summary Unnecessary PHP comment with HTML comment in wp-admin/customize.php → Replace unnecessary PHP comment with HTML comment in wp-admin/customize.php
- Property Type defect (bug) → enhancement
- Property Version 7.0 → 4.9
-
Ticket #65497 – Description
initial v2 1 1 In `src/wp-admin/customize.php` (around line 227 and 266), there is a PHP opening tag used solely for an inline comment: 2 2 3 <ul class="customize-pane-parent"><?php // Panels and sections are managed here via JavaScript ?></ul> 3 `<ul class="customize-pane-parent"><?php // Panels and sections are managed here via JavaScript ?></ul>` 4 4 5 5 Since no PHP code is being executed, the PHP tag is unnecessary. This can be replaced with an HTML comment to improve code readability and maintainability.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)