Changeset 17466 for branches/3.1/wp-includes/default-filters.php
- Timestamp:
- 02/18/2011 05:15:26 AM (15 years ago)
- File:
-
- 1 edited
-
branches/3.1/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-includes/default-filters.php
r17423 r17466 217 217 218 218 // Login actions 219 add_action( 'login_head', 'wp_enqueue_scripts', 1 );220 219 add_action( 'login_head', 'wp_print_head_scripts', 9 ); 221 220 add_action( 'login_footer', 'wp_print_footer_scripts' );
Note: See TracChangeset
for help on using the changeset viewer.