Changeset 35897 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 12/13/2015 02:02:04 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r35887 r35897 472 472 473 473 $form = ' 474 <form name="' . $args['form_id'] . '" id="' . $args['form_id'] . '" action="' . esc_url( wp_login_url() ) . '" method="post">474 <form name="' . $args['form_id'] . '" id="' . $args['form_id'] . '" action="' . esc_url( set_url_scheme( wp_login_url(), 'login_post' ) ) . '" method="post"> 475 475 ' . $login_form_top . ' 476 476 <p class="login-username">
Note: See TracChangeset
for help on using the changeset viewer.