Ticket #40470: 40470.patch
File 40470.patch, 939 bytes (added by , 7 years ago) |
---|
-
src/wp-admin/install.php
214 214 die( 215 215 '<h1>' . __( 'Already Installed' ) . '</h1>' . 216 216 '<p>' . __( 'You appear to have already installed WordPress. To reinstall please clear your old database tables first.' ) . '</p>' . 217 '<p class="step"><a href="' . esc_url( wp_login_url() ) . '" class="button button-large">' . __( 'Log In' ) . '</a></p>' .217 '<p class="step"><a href="' . esc_url( wp_login_url() ) . '">' . __( 'Log In' ) . '</a></p>' . 218 218 '</body></html>' 219 219 ); 220 220 } … … 391 391 </tr> 392 392 </table> 393 393 394 <p class="step"><a href="<?php echo esc_url( wp_login_url() ); ?>" class="button button-large"><?php _e( 'Log In' ); ?></a></p>394 <p class="step"><a href="<?php echo esc_url( wp_login_url() ); ?>"><?php _e( 'Log In' ); ?></a></p> 395 395 396 396 <?php 397 397 }