Changeset 33911 for trunk/src/wp-includes/class-wp-customize-setting.php
- Timestamp:
- 09/05/2015 07:52:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-setting.php
r33488 r33911 25 25 26 26 /** 27 * Unique string identifier for the setting. 28 * 27 29 * @access public 28 30 * @var string … … 75 77 public $dirty = false; 76 78 79 /** 80 * @var array 81 */ 77 82 protected $id_data = array(); 78 83 … … 149 154 150 155 /** 151 * Handle previewing the setting. 156 * Set up filters for the setting so that the preview request 157 * will render the drafted changes. 152 158 * 153 159 * @since 3.4.0
Note: See TracChangeset
for help on using the changeset viewer.