preemptively set backstretch variable

this may be unnecessary as it appears to return false if empty anyway
This commit is contained in:
Robin Cornett
2015-01-02 17:03:27 -05:00
parent f400a7cc57
commit 1481511e4e
@@ -41,6 +41,7 @@ class Display_Featured_Image_Genesis_Common {
}
// sitewide variables used outside this function
$item->backstretch = '';
$item->fallback = esc_attr( $displaysetting['default'] ); // url only
$item->fallback_id = self::get_image_id( $item->fallback ); // gets image id with attached metadata
$item->large = absint( get_option( 'large_size_w' ) );