excerpt display optional

This commit is contained in:
Robin Cornett
2014-10-28 18:12:44 -04:00
parent abedb24f45
commit aca975db09
10 changed files with 309 additions and 62 deletions
@@ -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;
}