Changeset 34124
- Timestamp:
- 09/14/2015 06:01:22 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r34107 r34124 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 );
Note: See TracChangeset
for help on using the changeset viewer.