Ticket #21598: 21598.upgrade-small-button.patch
File 21598.upgrade-small-button.patch, 848 bytes (added by , 12 years ago) |
---|
-
wp-admin/network/upgrade.php
72 72 do_action( 'wpmu_upgrade_site', $details[ 'blog_id' ] ); 73 73 } 74 74 echo "</ul>"; 75 ?><p><?php _e( 'If your browser doesn’t start loading the next page automatically, click this link:' ); ?> <a class="button " href="upgrade.php?action=upgrade&n=<?php echo ($n + 5) ?>"><?php _e("Next Sites"); ?></a></p>75 ?><p><?php _e( 'If your browser doesn’t start loading the next page automatically, click this link:' ); ?> <a class="button button-small" href="upgrade.php?action=upgrade&n=<?php echo ($n + 5) ?>"><?php _e("Next Sites"); ?></a></p> 76 76 <script type='text/javascript'> 77 77 <!-- 78 78 function nextpage() {