[wp-trac] [WordPress Trac] #63546: Fix unclosed li element in plugin-editor.php
WordPress Trac
noreply at wordpress.org
Mon Jun 9 09:21:41 UTC 2025
#63546: Fix unclosed li element in plugin-editor.php
-------------------------------------------------+-------------------------
Reporter: dkarfa | Owner: joedolson
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: 6.9
Component: General | Version: trunk
Severity: normal | Resolution:
Keywords: has-patch has-test-info dev- | Focuses: ui,
feedback has-screenshots | accessibility
-------------------------------------------------+-------------------------
Changes (by sandeepdahiya):
* keywords: has-patch has-test-info => has-patch has-test-info dev-
feedback has-screenshots
Comment:
== Bug reproduction and Test Report
=== Description
✅ This report validates that the indicated patch works as expected.
Patch tested: [https://patch-diff.githubusercontent.com/raw/WordPress
/wordpress-develop/pull/8937.diff Patch-8937.diff]
=== Environment
- WordPress: 6.9-alpha-60093-src
- PHP: 8.2.28
- Server: nginx/1.27.5
- Database: mysqli (Server: 8.4.5 / Client: mysqlnd 8.2.28)
- Browser: Firefox 139.0
- OS: Windows 10/11
- Theme: Twenty Twenty-Five 1.2
- MU Plugins: None activated
- Plugins:
* Test Reports 1.2.0
=== Actual Results
1. Bug reproduction: Upon visiting view-source:http://localhost:8889/wp-
admin/plugin-editor.php, there was no closing </li> tag for the line
{{{
<li role="treeitem" tabindex="-1" aria-expanded="true" aria-level="1"
aria-posinset="1" aria-setsize="1">
}}}
Checkout [https://ibb.co/yFh5CZbK the bug screenshot].
2. ✅ Issue resolved with patch and </li> tag added for the above code.
Checkout the [https://ibb.co/dw2yGhyB after patch screenshot].
=== Additional Notes
Reproduction steps:
- Visit: http://localhost:8889/wp-admin/plugin-editor.php
- Right-click the page → Click “View Page Source” or use Ctrl+U.
- Find (ctrl+F) and search "treeitem" and you will find the bug as shown
in above image.
===Screenshots
- [https://ibb.co/yFh5CZbK the bug screenshot]
- [https://ibb.co/dw2yGhyB after patch screenshot]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63546#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list