mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-17 13:33:32 +09:00
Fix dependencies
This commit is contained in:
@@ -13,11 +13,10 @@
|
||||
|
||||
class Display_Featured_Image_Genesis_Admin {
|
||||
|
||||
public function __construct( $common ) {
|
||||
$this->common = $common;
|
||||
}
|
||||
protected $common;
|
||||
|
||||
public function set_up_columns() {
|
||||
$this->common = new Display_Featured_Image_Genesis_Common( $common = '' );
|
||||
$this->set_up_taxonomy_columns();
|
||||
$this->set_up_post_type_columns();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user