Skip to content

Commit 31c6ee9

Browse files
westonruterthe-herculesmukeshpanchal27joemcgilladamsilverstein
authored
Merge pull request WordPress#1249 from the-hercules/feat-webp-support-message
Improve message for WebP site health test Co-authored-by: the-hercules <[email protected]> Co-authored-by: mukeshpanchal27 <[email protected]> Co-authored-by: joemcgill <[email protected]> Co-authored-by: westonruter <[email protected]> Co-authored-by: adamsilverstein <[email protected]>
2 parents d11821d + eef31fd commit 31c6ee9

File tree

1 file changed

+1
-1
lines changed
  • plugins/performance-lab/includes/site-health/webp-support

1 file changed

+1
-1
lines changed

plugins/performance-lab/includes/site-health/webp-support/helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function webp_uploads_check_webp_supported_test(): array {
4141
$result['actions'] = sprintf(
4242
'<p>%s</p>',
4343
/* translators: Accessibility text. */
44-
__( 'WebP support can only be enabled by your hosting provider, so contact them for more information.', 'performance-lab' )
44+
__( 'WebP support can only be enabled by your hosting provider. Please contact them to inquire about switching to a plan that supports WebP, or consider switching to a host that offers this capability. <a href="https://make.wordpress.org/hosting/2022/03/30/wordpress-hosting-and-webp-support/" target="_blank">Learn more</a> about WebP image support for WordPress sites.', 'performance-lab' )
4545
);
4646
}
4747

0 commit comments

Comments
 (0)