]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/class-wp-upgrader-skins.php
WordPress 3.8.2
[autoinstalls/wordpress.git] / wp-admin / includes / class-wp-upgrader-skins.php
index b8c82c7a3bbf4caf3a9d76b535a7636b97103185..71a1293e8bb370c16cfed86116ea9d6c9264a431 100644 (file)
@@ -51,7 +51,6 @@ class WP_Upgrader_Skin {
                        return;
                $this->done_header = true;
                echo '<div class="wrap">';
-               screen_icon();
                echo '<h2>' . $this->options['title'] . '</h2>';
        }
        function footer() {
@@ -136,13 +135,6 @@ class Plugin_Upgrader_Skin extends WP_Upgrader_Skin {
                if ( ! empty($update_actions) )
                        $this->feedback(implode(' | ', (array)$update_actions));
        }
-
-       function before() {
-               if ( $this->upgrader->show_before ) {
-                       echo $this->upgrader->show_before;
-                       $this->upgrader->show_before = '';
-               }
-       }
 }
 
 /**