Changeset 48390 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 07/07/2020 05:47:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r48110 r48390 799 799 if ( is_wp_error( $result ) ) { 800 800 $this->skin->error( $result ); 801 $this->skin->feedback( 'process_failed' ); 801 802 if ( ! method_exists( $this->skin, 'hide_process_failed' ) || ! $this->skin->hide_process_failed( $result ) ) { 803 $this->skin->feedback( 'process_failed' ); 804 } 802 805 } else { 803 806 // Installation succeeded.
Note: See TracChangeset
for help on using the changeset viewer.