equal
deleted
inserted
replaced
135 $goback = esc_url_raw( $goback ); |
135 $goback = esc_url_raw( $goback ); |
136 $goback = urlencode( $goback ); |
136 $goback = urlencode( $goback ); |
137 } |
137 } |
138 ?> |
138 ?> |
139 <h1><?php _e( 'Database Update Required' ); ?></h1> |
139 <h1><?php _e( 'Database Update Required' ); ?></h1> |
140 <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> |
140 <p><?php _e( 'WordPress has been updated! Next and final step is to update your database to the newest version.' ); ?></p> |
141 <p><?php _e( 'The database update process may take a little while, so please be patient.' ); ?></p> |
141 <p><?php _e( 'The database update process may take a little while, so please be patient.' ); ?></p> |
142 <p class="step"><a class="button button-large button-primary" href="upgrade.php?step=1&backto=<?php echo $goback; ?>"><?php _e( 'Update WordPress Database' ); ?></a></p> |
142 <p class="step"><a class="button button-large button-primary" href="upgrade.php?step=1&backto=<?php echo $goback; ?>"><?php _e( 'Update WordPress Database' ); ?></a></p> |
143 <?php |
143 <?php |
144 break; |
144 break; |
145 case 1: |
145 case 1: |