- Timestamp:
- 04/10/2017 12:35:38 PM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/class-wp-customize-panel.php
r38470 r40402 105 105 106 106 /** 107 * Auto-expand a section in a panel when the panel is expanded when the panel only has the one section. 108 * 109 * @since 4.7.4 110 * @access public 111 * @var bool 112 */ 113 public $auto_expand_sole_section = false; 114 115 /** 107 116 * Customizer sections for this panel. 108 117 * … … 220 229 $array['active'] = $this->active(); 221 230 $array['instanceNumber'] = $this->instance_number; 231 $array['autoExpandSoleSection'] = $this->auto_expand_sole_section; 222 232 return $array; 223 233 }
Note: See TracChangeset
for help on using the changeset viewer.