Skip to content

Commit d6b7ae5

Browse files
committed
General: Add missing closing li in plugin editor.
Adds a missing closing `li` tag in the plugin editor file list. Props dkarfa, pmbaldha, sandeepdahiya, cikrimcin, westonruter, audrasjb, joedolson. Fixes #63546. git-svn-id: https://develop.svn.wordpress.org/trunk@60479 602fd350-edb4-49c9-b593-d223f7449a82
1 parent b3c904a commit d6b7ae5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wp-admin/plugin-editor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@
288288
<ul role="group">
289289
<?php wp_print_plugin_file_tree( wp_make_plugin_file_tree( $plugin_editable_files ) ); ?>
290290
</ul>
291+
</li>
291292
</ul>
292293
</div>
293294

0 commit comments

Comments
 (0)