Changeset 38046 for trunk/src/wp-admin/includes/admin-filters.php
- Timestamp:
- 07/13/2016 12:53:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/admin-filters.php
r37978 r38046 45 45 46 46 // Prerendering. 47 add_filter( 'admin_head', 'wp_resource_hints' ); 47 if ( ! is_customize_preview() ) { 48 add_filter( 'admin_print_styles', 'wp_resource_hints', 1 ); 49 } 48 50 49 51 add_action( 'admin_print_scripts-post.php', 'wp_page_reload_on_back_button_js' );
Note: See TracChangeset
for help on using the changeset viewer.