Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/wp-login.php

    r18013 r17466  
    369369
    370370// allow plugins to override the default actions, and to add extra actions if they want
    371 do_action( 'login_init' );
    372 do_action( 'login_form_' . $action );
     371do_action('login_form_' . $action);
    373372
    374373$http_post = ('POST' == $_SERVER['REQUEST_METHOD']);
Note: See TracChangeset for help on using the changeset viewer.