mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-17 05:23:22 +09:00
excerpt display optional
This commit is contained in:
@@ -16,8 +16,9 @@
|
||||
*/
|
||||
class Display_Featured_Image_Genesis {
|
||||
|
||||
function __construct( $common, $output, $settings ) {
|
||||
function __construct( $common, $description, $output, $settings ) {
|
||||
$this->common = $common;
|
||||
$this->archive = $description;
|
||||
$this->output = $output;
|
||||
$this->settings = $settings;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user