- Timestamp:
- 11/23/2016 06:04:23 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-color-control.php
r38931 r39345 17 17 class WP_Customize_Color_Control extends WP_Customize_Control { 18 18 /** 19 * Type. 20 * 19 21 * @access public 20 22 * @var string … … 23 25 24 26 /** 27 * Statuses. 28 * 25 29 * @access public 26 30 * @var array … … 29 33 30 34 /** 31 * @access public 32 * @var string 33 */ 35 * Mode. 36 * 37 * @since 4.7.0 38 * @access public 39 * @var string 40 */ 34 41 public $mode = 'full'; 35 42
Note: See TracChangeset
for help on using the changeset viewer.