[wp-trac] [WordPress Trac] #63546: Fix unclosed li element in plugin-editor.php
WordPress Trac
noreply at wordpress.org
Mon Jun 9 04:31:34 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 | Focuses: ui, accessibility
-------------------------------------+--------------------------------
Changes (by pmbaldha):
* keywords: has-patch => has-patch has-test-info
Comment:
== Test Report
Patch tested: https://patch-diff.githubusercontent.com/raw/WordPress
/wordpress-develop/pull/8937.diff
=== Steps to Reproduce or Test
1. Go to Admin Dashboard > Tools > Plugin Editor.
2. Right-click in the browser or press CTRL + U on the keyboard. It will
open the HTML source file of the webpage
3. Press CTRL + F to find strings in the view source.
4. Find "templateside" strings and locate the templateside div.
5. 🐞 In the templateside div, see the two li (<li>) tags opened, but only
one li tag (</li>) closed. It is a bug.
=== Expected Results
When testing a patch to validate it works as expected:
- ✅ The issue has been resolved. In the templateside div, the two li
(<li>) tags should be opened and two li tag (</li>) should be closed.
When reproducing a bug:
- 🐞 Error condition occurs.
=== 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: Chrome 137.0.0.0
- OS: Windows 10/11
- Theme: Twenty Twenty-Five 1.2
- MU Plugins: None activated
- Plugins:
* Test Reports 1.2.0
==== Actual Results
When reproducing a bug/defect:
- 🐞 In the templateside div, see the two li (<li>) tags opened, but only
one li tag (</li>) closed.
When testing the bugfix patch:
- ✅ Issue resolved with patch. In the templateside div, see the two li
(<li>) tags opened and two li tags (</li>) closed.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63546#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list