Make WordPress Core

Ticket #21598: 21598.upgrade-small-button.patch

File 21598.upgrade-small-button.patch, 848 bytes (added by ocean90, 12 years ago)
  • wp-admin/network/upgrade.php

     
    7272                        do_action( 'wpmu_upgrade_site', $details[ 'blog_id' ] );
    7373                }
    7474                echo "</ul>";
    75                 ?><p><?php _e( 'If your browser doesn&#8217;t start loading the next page automatically, click this link:' ); ?> <a class="button" href="upgrade.php?action=upgrade&amp;n=<?php echo ($n + 5) ?>"><?php _e("Next Sites"); ?></a></p>
     75                ?><p><?php _e( 'If your browser doesn&#8217;t start loading the next page automatically, click this link:' ); ?> <a class="button button-small" href="upgrade.php?action=upgrade&amp;n=<?php echo ($n + 5) ?>"><?php _e("Next Sites"); ?></a></p>
    7676                <script type='text/javascript'>
    7777                <!--
    7878                function nextpage() {