Changeset 10141 for trunk/wp-admin/update.php
- Timestamp:
- 12/09/2008 12:08:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update.php
r9967 r10141 56 56 if( $result && $was_activated ){ 57 57 show_message(__('Attempting reactivation of the plugin')); 58 echo '<iframe style="border:0 " width="100%" height="170px" src="' . wp_nonce_url('update.php?action=activate-plugin&plugin=' . $plugin_file, 'activate-plugin_' . $plugin_file) .'"></iframe>';58 echo '<iframe style="border:0;overflow:hidden" width="100%" height="170px" src="' . wp_nonce_url('update.php?action=activate-plugin&plugin=' . $plugin_file, 'activate-plugin_' . $plugin_file) .'"></iframe>'; 59 59 } 60 60 $update_actions = array(
Note: See TracChangeset
for help on using the changeset viewer.