Ticket #33597: 33597.diff
| File 33597.diff, 565 bytes (added by , 11 years ago) |
|---|
-
wp-includes/default-filters.php
233 233 234 234 // Login actions 235 235 add_action( 'login_head', 'wp_print_head_scripts', 9 ); 236 add_action( 'login_head', 'wp_site_icon', 99 ); 236 237 add_action( 'login_footer', 'wp_print_footer_scripts', 20 ); 237 238 add_action( 'login_init', 'send_frame_options_header', 10, 0 ); 238 239