Changeset 16000 for trunk/wp-includes/default-filters.php
- Timestamp:
- 10/27/2010 06:57:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r15964 r16000 211 211 add_action( 'wp_head', 'wp_shortlink_wp_head', 10, 0 ); 212 212 add_action( 'template_redirect', 'wp_shortlink_header', 11, 0 ); 213 214 // Login actions 215 add_action( 'login_head', 'wp_enqueue_scripts', 1 ); 216 add_action( 'login_head', 'wp_print_head_scripts', 9 ); 217 add_action( 'login_footer', 'wp_print_footer_scripts' ); 213 218 214 219 // Feed Generator Tags
Note: See TracChangeset
for help on using the changeset viewer.