From 20604f5a03c3f617d0cfd81e303f7d7d512ed992 Mon Sep 17 00:00:00 2001 From: Robin Cornett Date: Mon, 11 Jul 2016 20:23:18 -0400 Subject: [PATCH] Clarify help text on skip setting --- includes/class-displayfeaturedimagegenesis-helptabs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) . '

'; } /**