'<p>%s</p>',
sprintf( /* translators: 1: URL to Settings > General > WordPress Address, 2: URL to Settings > General > Site Address. */
__( 'Your <a href="%1$s">WordPress Address</a> and <a href="%2$s">Site Address</a> are not set up to use HTTPS.'
),
esc_url( admin_url( 'options-general.php'
) . '#siteurl'
),
esc_url( admin_url( 'options-general.php'
) . '#home'
) ) );
} } if ( wp_is_https_supported() ) { $result['description'
] .=
sprintf( '<p>%s</p>',
__( 'HTTPS is already supported for your website.'
) );
if ( defined( 'WP_HOME'
) ||
defined( 'WP_SITEURL'
) ) { $result['description'
] .=
sprintf( '<p>%s</p>',
sprintf( /* translators: 1: wp-config.php, 2: WP_HOME, 3: WP_SITEURL */
__( 'However, your WordPress Address is currently controlled by a PHP constant and therefore cannot be updated. You need to edit your %1$s and remove or update the definitions of %2$s and %3$s.'
),