From 2c4fe39c44cd91853e6364e8a9f736647b34201b Mon Sep 17 00:00:00 2001 From: joedolson Date: Thu, 17 Jul 2025 00:42:43 +0000 Subject: [PATCH] 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. Built from https://develop.svn.wordpress.org/trunk@60479 git-svn-id: http://core.svn.wordpress.org/trunk@59815 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/plugin-editor.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php index 53e46ba394..dd51aef686 100644 --- a/wp-admin/plugin-editor.php +++ b/wp-admin/plugin-editor.php @@ -288,6 +288,7 @@ printf( + diff --git a/wp-includes/version.php b/wp-includes/version.php index 3ab1bc284e..1c69d7bd5f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60478'; +$wp_version = '6.9-alpha-60479'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.