test() ) { echo '
';
echo esc_html__( 'Log file is not writable.', 'mailchimp-for-wp' ) . ' ';
echo sprintf( wp_kses( __( 'Please ensure %1$s has the proper file permissions.', 'mailchimp-for-wp' ), array( 'a' => array( 'href' => array() ) ) ), '' . $log->file . '
', 'https://codex.wordpress.org/Changing_File_Permissions' );
echo '
'; echo esc_html__( 'Right now, the plugin is configured to only log errors and warnings.', 'mailchimp-for-wp' ); echo '
'; } ?>