Update comments, .pot

This commit is contained in:
Robin Cornett
2016-04-30 14:20:30 -04:00
parent 9a30b702bb
commit 725cc0f020
4 changed files with 125 additions and 107 deletions
@@ -172,6 +172,7 @@ class Display_Featured_Image_Genesis_Common {
}
}
// If this post type is set to always use a fallback image, stop here and use it.
if ( isset( $setting['fallback'][ $post_type ] ) && $setting['fallback'][ $post_type ] ) {
return $image_id;
}