Changeset 29903 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 10/15/2014 05:20:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r29788 r29903 38 38 39 39 /** 40 * Methods and properties deailing with managing widgets in the customizer.40 * Methods and properties deailing with managing widgets in the Customizer. 41 41 * 42 42 * @var WP_Customize_Widgets … … 83 83 add_action( 'wp_redirect_status', array( $this, 'wp_redirect_status' ), 1000 ); 84 84 85 // Do not spawn cron (especially the alternate cron) while running the customizer.85 // Do not spawn cron (especially the alternate cron) while running the Customizer. 86 86 remove_action( 'init', 'wp_cron' ); 87 87 … … 517 517 518 518 /** 519 * Prints a signature so we can ensure the customizer was properly executed.519 * Prints a signature so we can ensure the Customizer was properly executed. 520 520 * 521 521 * @since 3.4.0 … … 526 526 527 527 /** 528 * Removes the signature in case we experience a case where the customizer was not properly executed.528 * Removes the signature in case we experience a case where the Customizer was not properly executed. 529 529 * 530 530 * @since 3.4.0
Note: See TracChangeset
for help on using the changeset viewer.