Clarify help text on skip setting

This commit is contained in:
Robin Cornett
2016-07-11 20:23:18 -04:00
parent 0b23fedf51
commit 20604f5a03
@@ -260,7 +260,7 @@ class Display_Featured_Image_Genesis_HelpTabs extends Display_Featured_Image_Gen
* @since 2.6.0
*/
protected function skip() {
return '<p>' . __( 'Tell WordPress which content types should never have the featured image added.', 'display-featured-image-genesis' ) . '</p>';
return '<p>' . __( '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' ) . '</p>';
}
/**