Changeset 26015 for trunk/src/wp-admin/includes/class-wp-upgrader-skins.php
- Timestamp:
- 11/05/2013 05:47:41 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader-skins.php
r25880 r26015 137 137 $this->feedback(implode(' | ', (array)$update_actions)); 138 138 } 139 140 function before() {141 if ( $this->upgrader->show_before ) {142 echo $this->upgrader->show_before;143 $this->upgrader->show_before = '';144 }145 }146 139 } 147 140
Note: See TracChangeset
for help on using the changeset viewer.