diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-admin/includes/theme-install.php --- a/wp/wp-admin/includes/theme-install.php Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-admin/includes/theme-install.php Fri Sep 05 18:40:08 2025 +0200 @@ -98,7 +98,12 @@
- + @@ -175,16 +188,23 @@ } /** + * Displays a form to upload themes from zip files. + * * @since 2.8.0 */ function install_themes_upload() { ?>

- + - + - +
prepare_items(); $wp_list_table->display(); - } /**