Ticket #35103: 35103.2.patch
File 35103.2.patch, 806 bytes (added by , 10 years ago) |
---|
-
wp-includes/general-template.php
471 471 $login_form_bottom = apply_filters( 'login_form_bottom', '', $args ); 472 472 473 473 $form = ' 474 <form name="' . $args['form_id'] . '" id="' . $args['form_id'] . '" action="' . esc_url( s et_url_scheme( wp_login_url(), 'login_post' ) ) . '" method="post">474 <form name="' . $args['form_id'] . '" id="' . $args['form_id'] . '" action="' . esc_url( site_url( 'wp-login.php', 'login_post' ) ) . '" method="post"> 475 475 ' . $login_form_top . ' 476 476 <p class="login-username"> 477 477 <label for="' . esc_attr( $args['id_username'] ) . '">' . esc_html( $args['label_username'] ) . '</label>