test()) { echo '
';
echo esc_html__('Log file is not writable.', 'mailchimp-for-wp') . ' ';
// translators: 1: the log file path, 2: URL to the WordPress file permissions documentation.
echo wp_kses(
sprintf(
/* translators: 1: log file path wrapped in code tags, 2: URL to WordPress file permissions docs. */
__('Please ensure %1$s has the proper file permissions.', 'mailchimp-for-wp'),
'' . esc_html($log->file) . '',
esc_url('https://codex.wordpress.org/Changing_File_Permissions')
),
[
'a' => [ 'href' => [] ],
'code' => [],
]
);
echo '
'; echo esc_html__('Right now, the plugin is configured to only log errors and warnings.', 'mailchimp-for-wp'); echo '
'; } ?>