Changeset 17918 for trunk/wp-login.php
- Timestamp:
- 05/13/2011 06:33:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r17826 r17918 369 369 370 370 // allow plugins to override the default actions, and to add extra actions if they want 371 do_action( 'login_ form' );371 do_action( 'login_init' ); 372 372 do_action( 'login_form_' . $action ); 373 373
Note: See TracChangeset
for help on using the changeset viewer.