| 1307 | | if ( !empty($this->result) && !is_wp_error($this->result) ) { |
| 1308 | | echo '<div class="updated"><p>' . sprintf($this->upgrader->strings['skin_update_successful'], $title, 'jQuery(\'#progress-' . esc_js($this->upgrader->update_current) . '\').toggle();jQuery(\'span\', this).toggle(); return false;') . '</p></div>'; |
| | 1307 | if ( $this->result && ! is_wp_error( $this->result ) ) { |
| | 1308 | if ( ! $this->error ) |
| | 1309 | echo '<div class="updated"><p>' . sprintf($this->upgrader->strings['skin_update_successful'], $title, 'jQuery(\'#progress-' . esc_js($this->upgrader->update_current) . '\').toggle();jQuery(\'span\', this).toggle(); return false;') . '</p></div>'; |