- Timestamp:
- 12/11/2021 07:49:38 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-date-time-control.php
r52215 r52355 29 29 * 30 30 * @since 4.9.0 31 * @var int eger31 * @var int 32 32 */ 33 33 public $min_year = 1000; … … 37 37 * 38 38 * @since 4.9.0 39 * @var int eger39 * @var int 40 40 */ 41 41 public $max_year = 9999; … … 45 45 * 46 46 * @since 4.9.0 47 * @var bool ean47 * @var bool 48 48 */ 49 49 public $allow_past_date = true; … … 53 53 * 54 54 * @since 4.9.0 55 * @var bool ean55 * @var bool 56 56 */ 57 57 public $include_time = true; … … 62 62 * 63 63 * @since 4.9.0 64 * @var bool ean64 * @var bool 65 65 */ 66 66 public $twelve_hour_format = true;
Note: See TracChangeset
for help on using the changeset viewer.