Make WordPress Core


Ignore:
Timestamp:
12/09/2008 12:08:40 PM (16 years ago)
Author:
markjaquith
Message:

Hide scrollbar on plugin reactivation iframe. fixes #8498

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/update.php

    r9967 r10141  
    5656        if( $result && $was_activated ){
    5757            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>';
    5959        }
    6060        $update_actions =  array(
Note: See TracChangeset for help on using the changeset viewer.