Make WordPress Core

Changeset 18463


Ignore:
Timestamp:
07/23/2011 03:26:50 PM (13 years ago)
Author:
nacin
Message:

Use login_post context for wp_login_form action. props mdawaffe, fixes #18137. for the 3.2 branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/wp-includes/general-template.php

    r18120 r18463  
    271271
    272272    $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">
    274274            ' . apply_filters( 'login_form_top', '', $args ) . '
    275275            <p class="login-username">
Note: See TracChangeset for help on using the changeset viewer.