validate feed_image

This commit is contained in:
Robin Cornett
2014-12-10 19:31:39 -05:00
parent e034e54caa
commit 60ce2aebb2
@@ -232,6 +232,8 @@ class Display_Featured_Image_Genesis_Settings {
$new_value['move_excerpts'] = $this->one_zero( $new_value['move_excerpts'] );
$new_value['feed_image'] = $this->one_zero( $new_value['feed_image'] );
return $new_value;
}