Changeset 17466
- Timestamp:
- 02/18/2011 05:15:26 AM (14 years ago)
- Location:
- branches/3.1
- Files:
-
- 2 edited
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' ); -
branches/3.1/wp-login.php
r17367 r17466 80 80 } 81 81 82 do_action('login_head'); ?> 82 do_action( 'login_enqueue_scripts' ); 83 do_action( 'login_head' ); ?> 83 84 </head> 84 85 <body class="login">
Note: See TracChangeset
for help on using the changeset viewer.