Changeset 37342 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 05/02/2016 03:59:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r37283 r37342 686 686 * Announce when a specific setting's unsanitized post value has been set. 687 687 * 688 * Fires when the {@see WP_Customize_Manager::set_post_value()}method is called.688 * Fires when the WP_Customize_Manager::set_post_value() method is called. 689 689 * 690 690 * The dynamic portion of the hook name, `$setting_id`, refers to the setting ID. … … 700 700 * Announce when any setting's unsanitized post value has been set. 701 701 * 702 * Fires when the {@see WP_Customize_Manager::set_post_value()}method is called.702 * Fires when the WP_Customize_Manager::set_post_value() method is called. 703 703 * 704 704 * This is useful for `WP_Customize_Setting` instances to watch … … 1385 1385 * 1386 1386 * @param string $control Name of a custom control which is a subclass of 1387 * {@see WP_Customize_Control}.1387 * WP_Customize_Control. 1388 1388 */ 1389 1389 public function register_control_type( $control ) {
Note: See TracChangeset
for help on using the changeset viewer.