diff --git a/src/wp-admin/upgrade.php b/src/wp-admin/upgrade.php
index 330ef0fd9d..02fc7f1b1f 100644
a
|
b
|
else : |
122 | 122 | <h1><?php _e( 'Update Complete' ); ?></h1> |
123 | 123 | <p><?php _e( 'Your WordPress database has been successfully updated!' ); ?></p> |
124 | 124 | <p class="step"><a class="button button-large" href="<?php echo $backto; ?>"><?php _e( 'Continue' ); ?></a></p> |
125 | | |
126 | | <!-- |
127 | | <pre> |
128 | | <?php printf( __( '%s queries' ), $wpdb->num_queries ); ?> |
129 | | |
130 | | <?php printf( __( '%s seconds' ), timer_stop( 0 ) ); ?> |
131 | | </pre> |
132 | | --> |
133 | | |
134 | | <?php |
135 | | break; |
136 | | endswitch; |
137 | | endif; |
138 | | ?> |
| 125 | <?php |
| 126 | break; |
| 127 | endswitch; |
| 128 | endif; |
| 129 | ?> |
139 | 130 | </body> |
140 | 131 | </html> |