Changeset 36341 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 01/18/2016 09:56:06 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r35742 r36341 250 250 // Login actions 251 251 add_action( 'login_head', 'wp_print_head_scripts', 9 ); 252 add_action( 'login_head', 'print_admin_styles', 9 ); 252 253 add_action( 'login_head', 'wp_site_icon', 99 ); 253 254 add_action( 'login_footer', 'wp_print_footer_scripts', 20 );
Note: See TracChangeset
for help on using the changeset viewer.