Make WordPress Core


Ignore:
Timestamp:
05/23/2010 12:29:00 PM (15 years ago)
Author:
dd32
Message:

Provide some Before/After strings for Bulk Upgrades, Add a spinner whilst a upgrade is in process, Remove scrollbars on update iframe. Props ocean90. See #11232

File:
1 edited

Legend:

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

    r14773 r14819  
    419419    screen_icon('plugins');
    420420    echo '<h2>' . esc_html__('Update Plugins') . '</h2>';
    421     echo "<iframe src='$url' style='width: 100%; height:100%; min-height:850px;'></iframe>";
     421    echo "<iframe src='$url' style='width: 100%; height: 100%; min-height: 750px;' frameborder='0'></iframe>";
    422422    echo '</div>';
    423423} elseif ( 'do-theme-upgrade' == $action ) {
     
    442442    screen_icon('themes');
    443443    echo '<h2>' . esc_html__('Update Themes') . '</h2>';
    444     echo "<iframe src='$url' style='width: 100%; height:100%; min-height:850px;'></iframe>";
     444    echo "<iframe src='$url' style='width: 100%; height: 100%; min-height: 750px;' frameborder='0'></iframe>";
    445445    echo '</div>';
    446446}
Note: See TracChangeset for help on using the changeset viewer.