Changeset 37920 for trunk/src/wp-admin/includes/admin-filters.php
- Timestamp:
- 06/29/2016 07:35:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/admin-filters.php
r37619 r37920 43 43 add_action( 'admin_head', 'wp_site_icon' ); 44 44 add_action( 'admin_head', '_ipad_meta' ); 45 46 // Prerendering. 47 add_filter( 'admin_head', 'wp_resource_hints' ); 45 48 46 49 add_action( 'admin_print_scripts-post.php', 'wp_page_reload_on_back_button_js' );
Note: See TracChangeset
for help on using the changeset viewer.