Changes in branches/3.1/wp-login.php [18013:17466]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-login.php
r18013 r17466 369 369 370 370 // 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 ); 371 do_action('login_form_' . $action); 373 372 374 373 $http_post = ('POST' == $_SERVER['REQUEST_METHOD']);
Note: See TracChangeset
for help on using the changeset viewer.