Make WordPress Core


Ignore:
Timestamp:
11/05/2013 05:47:41 AM (11 years ago)
Author:
dd32
Message:

Remove dead code from the Plugin Upgrader class. Props jdgrimes. Fixes #25470

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-upgrader-skins.php

    r25880 r26015  
    137137            $this->feedback(implode(' | ', (array)$update_actions));
    138138    }
    139 
    140     function before() {
    141         if ( $this->upgrader->show_before ) {
    142             echo $this->upgrader->show_before;
    143             $this->upgrader->show_before = '';
    144         }
    145     }
    146139}
    147140
Note: See TracChangeset for help on using the changeset viewer.