Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve message for WebP site health test #1249

Merged
merged 6 commits into from
Jun 12, 2024
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function webp_uploads_check_webp_supported_test(): array {
$result['actions'] = sprintf(
'<p>%s</p>',
/* translators: Accessibility text. */
__( 'WebP support can only be enabled by your hosting provider, so contact them for more information.', 'performance-lab' )
__( '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 feature. <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' )
the-hercules marked this conversation as resolved.
Show resolved Hide resolved
);
}

Expand Down
Loading