Changeset 22424 for trunk/wp-admin/upgrade.php
- Timestamp:
- 11/07/2012 06:38:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade.php
r22419 r22424 65 65 <h2><?php _e( 'No Update Required' ); ?></h2> 66 66 <p><?php _e( 'Your WordPress database is already up-to-date!' ); ?></p> 67 <p class="step"><a class="button " href="<?php echo get_option( 'home' ); ?>/"><?php _e( 'Continue' ); ?></a></p>67 <p class="step"><a class="button button-large" href="<?php echo get_option( 'home' ); ?>/"><?php _e( 'Continue' ); ?></a></p> 68 68 69 69 <?php elseif ( !$php_compat || !$mysql_compat ) : … … 85 85 <p><?php _e( 'WordPress has been updated! Before we send you on your way, we have to update your database to the newest version.' ); ?></p> 86 86 <p><?php _e( 'The update process may take a little while, so please be patient.' ); ?></p> 87 <p class="step"><a class="button " href="upgrade.php?step=1&backto=<?php echo $goback; ?>"><?php _e( 'Update WordPress Database' ); ?></a></p>87 <p class="step"><a class="button button-large" href="upgrade.php?step=1&backto=<?php echo $goback; ?>"><?php _e( 'Update WordPress Database' ); ?></a></p> 88 88 <?php 89 89 break; … … 97 97 <h2><?php _e( 'Update Complete' ); ?></h2> 98 98 <p><?php _e( 'Your WordPress database has been successfully updated!' ); ?></p> 99 <p class="step"><a class="button " href="<?php echo $backto; ?>"><?php _e( 'Continue' ); ?></a></p>99 <p class="step"><a class="button button-large" href="<?php echo $backto; ?>"><?php _e( 'Continue' ); ?></a></p> 100 100 101 101 <!--
Note: See TracChangeset
for help on using the changeset viewer.