Changeset 18444
- Timestamp:
- 07/15/2011 11:11:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r18120 r18444 271 271 272 272 $form = ' 273 <form name="' . $args['form_id'] . '" id="' . $args['form_id'] . '" action="' . site_url( 'wp-login.php', 'login ' ) . '" method="post">273 <form name="' . $args['form_id'] . '" id="' . $args['form_id'] . '" action="' . site_url( 'wp-login.php', 'login_post' ) . '" method="post"> 274 274 ' . apply_filters( 'login_form_top', '', $args ) . ' 275 275 <p class="login-username">
Note: See TracChangeset
for help on using the changeset viewer.