Make WordPress Core

Changeset 17918 for trunk/wp-login.php


Ignore:
Timestamp:
05/13/2011 06:33:20 PM (12 years ago)
Author:
ryan
Message:

s/login_form/login_init/. Props sorich87. fixes #17411

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r17826 r17918  
    369369
    370370// allow plugins to override the default actions, and to add extra actions if they want
    371 do_action( 'login_form' );
     371do_action( 'login_init' );
    372372do_action( 'login_form_' . $action );
    373373
Note: See TracChangeset for help on using the changeset viewer.