- Timestamp:
- 09/09/2020 12:32:49 PM (5 years ago)
- File:
- 1 edited
Legend:
- Unmodified
- Added
- Removed
codepress-admin-columns/trunk/classes/Column/CustomField.php
r2293580 r2377964 16 16 17 17 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' ); 21 21 } 22 22
Note: See TracChangeset for help on using the changeset viewer.