Changeset 20924
- Timestamp:
- 05/26/2012 03:52:14 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-customize-manager.php
r20915 r20924 37 37 // Run wp_redirect_status late to make sure we override the status last. 38 38 add_action( 'wp_redirect_status', array( $this, 'wp_redirect_status' ), 1000 ); 39 40 // Do not spawn cron (especially the alternate cron) while running the customizer. 41 remove_action( 'init', 'wp_cron' ); 42 43 // Do not run update checks when rendering the controls. 44 remove_action( 'admin_init', '_maybe_update_core' ); 45 remove_action( 'admin_init', '_maybe_update_plugins' ); 46 remove_action( 'admin_init', '_maybe_update_themes' ); 39 47 40 48 add_action( 'wp_ajax_customize_save', array( $this, 'save' ) );
Note: See TracChangeset
for help on using the changeset viewer.