Changeset 37619 for trunk/src/wp-admin/includes/admin-filters.php
- Timestamp:
- 06/02/2016 01:29:25 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/admin-filters.php
r37570 r37619 44 44 add_action( 'admin_head', '_ipad_meta' ); 45 45 46 add_action( 'post_edit_form_tag', 'post_form_autocomplete_off' ); 46 add_action( 'admin_print_scripts-post.php', 'wp_page_reload_on_back_button_js' ); 47 add_action( 'admin_print_scripts-post-new.php', 'wp_page_reload_on_back_button_js' ); 47 48 48 49 add_action( 'update_option_home', 'update_home_siteurl', 10, 2 );
Note: See TracChangeset
for help on using the changeset viewer.