diff --git a/class-tgm-plugin-activation.php b/class-tgm-plugin-activation.php
index c3e31dbd..740672f3 100755
--- a/class-tgm-plugin-activation.php
+++ b/class-tgm-plugin-activation.php
@@ -377,9 +377,6 @@ public function install_plugins_page() {
?>
- wp_version, '3.8', '<' ) ) {
- screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
- } ?>
prepare_items(); ?>
@@ -1580,9 +1577,6 @@ public function process_bulk_actions() {
// Wrap the install process with the appropriate HTML.
echo '
';
- if ( version_compare( TGM_Plugin_Activation::$instance->wp_version, '3.8', '<' ) ) {
- screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
- }
echo '
' . esc_html( get_admin_page_title() ) . '
';
// Process the bulk installation submissions.
$installer->bulk_install( $sources );
@@ -2193,4 +2187,4 @@ public function after_flush_output() {
}
}
-}
\ No newline at end of file
+}