%s',
wp_kses(
sprintf(
/* translators: %s is the AMP support forum URL. */
__( 'Check your connection and open your browser console to see if there are any error messages. You may share them on the support forum.', 'amp' ),
esc_url( __( 'https://wordpress.org/support/plugin/amp/', 'amp' ) )
),
[
'a' => [
'href' => true,
'target' => true,
'rel' => true,
],
]
)
);
?>