From 96ba3f4b49c7d36886188bf5386339e09578532c Mon Sep 17 00:00:00 2001 From: Nate Wright Date: Tue, 6 Jan 2015 10:12:00 +0000 Subject: [PATCH] Remove call to deprecated function screen_icon() Manually re-applied to develop branch due to merge conflict after applying to master branch. props @NateWr, see #244, fixes #234 --- class-tgm-plugin-activation.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/class-tgm-plugin-activation.php b/class-tgm-plugin-activation.php index 8da0e85f..41cf76aa 100755 --- a/class-tgm-plugin-activation.php +++ b/class-tgm-plugin-activation.php @@ -404,12 +404,6 @@ public function install_plugins_page() { ?>
- - wp_version, '3.8', '<' ) ) { - screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) ); - } - ?>

prepare_items(); ?> @@ -1634,9 +1628,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 );