diff --git a/wp-admin/includes/class-wp-theme-install-list-table.php b/wp-admin/includes/class-wp-theme-install-list-table.php index 412fe620ec..ff98192192 100644 --- a/wp-admin/includes/class-wp-theme-install-list-table.php +++ b/wp-admin/includes/class-wp-theme-install-list-table.php @@ -275,10 +275,6 @@ class WP_Theme_Install_List_Table extends WP_Themes_List_Table { * @param object $theme - A WordPress.org Theme API object. */ function theme_installer_single( $theme ) { - $class = 'wp-full-overlay'; - if ( $theme ) - $class .= ' single-theme'; - ?>