diff --git a/includes/class-displayfeaturedimagegenesis-helptabs.php b/includes/class-displayfeaturedimagegenesis-helptabs.php index 88ed904..150a408 100644 --- a/includes/class-displayfeaturedimagegenesis-helptabs.php +++ b/includes/class-displayfeaturedimagegenesis-helptabs.php @@ -260,7 +260,7 @@ class Display_Featured_Image_Genesis_HelpTabs extends Display_Featured_Image_Gen * @since 2.6.0 */ protected function skip() { - return '
' . __( 'Tell WordPress which content types should never have the featured image added.', 'display-featured-image-genesis' ) . '
'; + return '' . __( 'Tell WordPress which content types should never have the featured image added. This applies to singular views of the content type, not the archive. If there is an archive or default image set, that will show on the content type archive.', 'display-featured-image-genesis' ) . '
'; } /**