Changeset 31705 for trunk/src/wp-includes/class-wp-customize-setting.php
- Timestamp:
- 03/10/2015 10:38:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-setting.php
r31543 r31705 60 60 public $sanitize_callback = ''; 61 61 public $sanitize_js_callback = ''; 62 63 /** 64 * Whether or not the setting is initially dirty when created. 65 * 66 * This is used to ensure that a setting will be sent from the pane to the 67 * preview when loading the Customizer. Normally a setting only is synced to 68 * the preview if it has been changed. This allows the setting to be sent 69 * from the start. 70 * 71 * @since 4.2.0 72 * @access public 73 * @var bool 74 */ 75 public $dirty = false; 62 76 63 77 protected $id_data = array();
Note: See TracChangeset
for help on using the changeset viewer.