Plugin Directory


Ignore:
Timestamp:
09/09/2020 12:32:49 PM (5 years ago)
Author:
tschutter
Message:

version 4.2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codepress-admin-columns/trunk/classes/Column/CustomField.php

    r2293580r2377964 
    1616
    1717    public function __construct() {
    18         $this->set_type( 'column-meta' );
    19         $this->set_label( __( 'Custom Field', 'codepress-admin-columns' ) );
    20         $this->set_group( 'custom_field' );
     18        $this->set_type( 'column-meta' )
     19             ->set_label( __( 'Custom Field', 'codepress-admin-columns' ) )
     20             ->set_group( 'custom_field' );
    2121    }
    2222
Note: See TracChangeset for help on using the changeset viewer.