Description.php 276 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <?php namespace AC\Column\Media; use AC\Column; class Description extends Column\Post\Content { public function __construct() { parent::__construct(); $this->set_type( 'column-description' ) ->set_label( __( 'Description', 'codepress-admin-columns' ) ); } }