Changeset 12752 for trunk/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 01/18/2010 08:34:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-upgrader.php
r12673 r12752 913 913 914 914 $this->plugin = $this->upgrader->plugin_info(); 915 if ( !empty($this->plugin) && !is_wp_error($this->result) && $this->plugin_active ){915 if ( !empty($this->plugin) && !is_wp_error($this->result) && $this->plugin_active ){ 916 916 show_message(__('Reactivating the plugin…')); 917 917 echo '<iframe style="border:0;overflow:hidden" width="100%" height="170px" src="' . wp_nonce_url('update.php?action=activate-plugin&plugin=' . $this->plugin, 'activate-plugin_' . $this->plugin) .'"></iframe>';
Note: See TracChangeset
for help on using the changeset viewer.