Skip to content

Commit

Permalink
remove from tgm plugin screen_icon func.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakovlev Artyom committed May 21, 2015
1 parent f0ce4d5 commit b8d029e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions inc/func/plugin-activation.php
Original file line number Diff line number Diff line change
Expand Up @@ -376,10 +376,6 @@ public function install_plugins_page() {

?>
<div class="fruitful wrap">

<?php if ( version_compare( $this->wp_version, '3.8', '<' ) ) {
screen_icon( apply_filters( 'fruitful_default_screen_icon', 'themes' ) );
} ?>
<h2><?php echo esc_html( get_admin_page_title() ); ?></h2>
<?php $plugin_table->prepare_items(); ?>

Expand Down Expand Up @@ -1587,9 +1583,6 @@ public function process_bulk_actions() {

// Wrap the install process with the appropriate HTML.
echo '<div class="fruitful wrap">';
if ( version_compare( TGM_Plugin_Activation::$instance->wp_version, '3.8', '<' ) ) {
screen_icon( apply_filters( 'fruitful_default_screen_icon', 'themes' ) );
}
echo '<h2>' . esc_html( get_admin_page_title() ) . '</h2>';
// Process the bulk installation submissions.
$installer->bulk_install( $sources );
Expand Down

0 comments on commit b8d029e

Please sign in to comment.