Changeset 18013 for branches/3.1/wp-includes/default-filters.php
- Timestamp:
- 05/24/2011 03:29:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-includes/default-filters.php
r17466 r18013 219 219 add_action( 'login_head', 'wp_print_head_scripts', 9 ); 220 220 add_action( 'login_footer', 'wp_print_footer_scripts' ); 221 add_action( 'login_init', 'send_frame_options_header', 10, 0 ); 221 222 222 223 // Feed Generator Tags … … 250 251 add_action( 'comment_form', 'wp_comment_form_unfiltered_html_nonce' ); 251 252 add_action( 'wp_scheduled_delete', 'wp_scheduled_delete' ); 253 add_action( 'admin_init', 'send_frame_options_header', 10, 0 ); 252 254 253 255 // Navigation menu actions
Note: See TracChangeset
for help on using the changeset viewer.