Changeset 17826 for trunk/wp-includes/default-filters.php
- Timestamp:
- 05/06/2011 09:28:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r17785 r17826 216 216 add_action( 'login_head', 'wp_print_head_scripts', 9 ); 217 217 add_action( 'login_footer', 'wp_print_footer_scripts' ); 218 add_action( 'login_form', 'send_frame_options_header', 10, 0 ); 218 219 219 220 // Feed Generator Tags … … 249 250 add_action( 'before_wp_tiny_mce', 'wp_print_editor_js' ); 250 251 add_action( 'after_wp_tiny_mce', 'wp_preload_dialogs', 10, 1 ); 252 add_action( 'admin_init', 'send_frame_options_header', 10, 0 ); 251 253 252 254 // Navigation menu actions
Note: See TracChangeset
for help on using the changeset viewer.