- Timestamp:
- 04/28/2020 02:28:16 PM (5 years ago)
- File:
- 1 edited
Legend:
- Unmodified
- Added
- Removed
codepress-admin-columns/trunk/classes/Form/Element/Checkbox.php
r1905085 r2293580 19 19 20 20 protected function get_classes() { 21 $classes = array(21 $classes = [ 22 22 $this->get_type() . '-labels', 23 );23 ]; 24 24 25 25 if ( $this->is_vertical() ) { โฆ โฆ 53 53 } 54 54 55 $elements = array();55 $elements = []; 56 56 57 57 $value = (array) $this->get_value();
Note: See TracChangeset for help on using the changeset viewer.