Changeset 17918
- Timestamp:
- 05/13/2011 06:33:20 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r17891 r17918 219 219 add_action( 'login_head', 'wp_print_head_scripts', 9 ); 220 220 add_action( 'login_footer', 'wp_print_footer_scripts' ); 221 add_action( 'login_ form', 'send_frame_options_header', 10, 0 );221 add_action( 'login_init', 'send_frame_options_header', 10, 0 ); 222 222 223 223 // Feed Generator Tags -
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.