- Timestamp:
- 10/04/2017 08:01:12 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-date-time-control.php
r41672 r41750 67 67 68 68 /** 69 * Default date/time to be displayed in the control.70 *71 * @since 4.9.072 * @var string73 */74 public $default_value;75 76 /**77 69 * Don't render the control's content - it's rendered with a JS template. 78 70 * … … 95 87 $data['twelveHourFormat'] = (bool) $this->twelve_hour_format; 96 88 $data['includeTime'] = (bool) $this->include_time; 97 $data['defaultValue'] = $this->default_value;98 89 99 90 return $data;
Note: See TracChangeset
for help on using the changeset viewer.