Changeset 20276 for trunk/wp-includes/class-wp-customize-setting.php
- Timestamp:
- 03/24/2012 01:02:29 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-customize-setting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-customize-setting.php
r20263 r20276 15 15 public $label = ''; 16 16 public $control = 'text'; 17 public $control_params = array(); 17 18 public $type = 'theme_mod'; 18 19 public $choices = array();
Note: See TracChangeset
for help on using the changeset viewer.