Plugin Directory


Ignore:
Timestamp:
04/28/2020 02:28:16 PM (5 years ago)
Author:
tschutter
Message:

trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codepress-admin-columns/trunk/classes/Form/Element/Checkbox.php

    r1905085r2293580 
    1919
    2020    protected function get_classes() {
    21         $classes = array(
     21        $classes = [
    2222            $this->get_type() . '-labels',
    23         );
     23        ];
    2424
    2525        if ( $this->is_vertical() ) {
    โ€ฆโ€ฆ 
    5353        }
    5454
    55         $elements = array();
     55        $elements = [];
    5656
    5757        $value = (array) $this->get_value();
Note: See TracChangeset for help on using the changeset viewer.