Make WordPress Core

Ticket #61538: 61538.diff

File 61538.diff, 966 bytes (added by manthankanani, 7 months ago)

Created patch for install file and added class to the button

  • src/wp-admin/install.php

    diff --git a/src/wp-admin/install.php b/src/wp-admin/install.php
    index 34d5d4c7f7..ff638f9c66 100644
    a b switch ( $step ) { 
    445445        </tr>
    446446</table>
    447447
    448 <p class="step"><a href="<?php echo esc_url( wp_login_url() ); ?>"><?php _e( 'Log In' ); ?></a></p>
     448<p class="step"><a href="<?php echo esc_url( wp_login_url() ); ?>" class="button button-large"><?php _e( 'Log In' ); ?></a></p>
    449449
    450450                        <?php
    451451                }